public static class CreateGatewayResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateGatewayResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateGatewayResponse |
build()
Build the response object.
|
CreateGatewayResponse.Builder |
copy(CreateGatewayResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateGatewayResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateGatewayResponse.Builder |
gateway(Gateway gateway)
The returned Gateway instance.
|
CreateGatewayResponse.Builder |
location(String location)
Location of the resource.
|
CreateGatewayResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateGatewayResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
|
public CreateGatewayResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateGatewayResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateGatewayResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request. Use
getWorkRequest
with
this id to track the status
of the request.
opcWorkRequestId
- the value to setpublic CreateGatewayResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request id.
opcRequestId
- the value to setpublic CreateGatewayResponse.Builder location(String location)
Location of the resource.
location
- the value to setpublic CreateGatewayResponse.Builder gateway(Gateway gateway)
The returned Gateway instance.
gateway
- the value to setpublic CreateGatewayResponse.Builder copy(CreateGatewayResponse o)
Copy method to populate the builder with values from the given instance.
public CreateGatewayResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.