public static class CreateBastionResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateBastionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateBastionResponse.Builder |
bastion(Bastion bastion)
The returned Bastion instance.
|
CreateBastionResponse |
build() |
CreateBastionResponse.Builder |
copy(CreateBastionResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateBastionResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateBastionResponse.Builder |
location(String location)
this contains the full URI for the get request, e.g.
|
CreateBastionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateBastionResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
String |
toString() |
public CreateBastionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateBastionResponse.Builder copy(CreateBastionResponse o)
Copy method to populate the builder with values from the given instance.
public CreateBastionResponse build()
public CreateBastionResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
this
.public CreateBastionResponse.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.
this
.public CreateBastionResponse.Builder location(String location)
this contains the full URI for the get request, e.g. “https://iaas.us-phoenix-1.oraclecloud.com/20210331/bastions/
this
.public CreateBastionResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateBastionResponse.Builder bastion(Bastion bastion)
The returned Bastion instance.
this
.Copyright © 2016–2022. All rights reserved.