public static class CreateIPSecConnectionResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateIPSecConnectionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateIPSecConnectionResponse |
build()
Build the response object.
|
CreateIPSecConnectionResponse.Builder |
copy(CreateIPSecConnectionResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateIPSecConnectionResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateIPSecConnectionResponse.Builder |
iPSecConnection(IPSecConnection iPSecConnection)
The returned IPSecConnection instance.
|
CreateIPSecConnectionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public CreateIPSecConnectionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateIPSecConnectionResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateIPSecConnectionResponse.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 CreateIPSecConnectionResponse.Builder iPSecConnection(IPSecConnection iPSecConnection)
The returned IPSecConnection instance.
iPSecConnection
- the value to setpublic CreateIPSecConnectionResponse.Builder copy(CreateIPSecConnectionResponse o)
Copy method to populate the builder with values from the given instance.
public CreateIPSecConnectionResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.