public static class CreatePrivateEndpointResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreatePrivateEndpointResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreatePrivateEndpointResponse |
build() |
CreatePrivateEndpointResponse.Builder |
copy(CreatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
|
CreatePrivateEndpointResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreatePrivateEndpointResponse.Builder |
location(String location)
Provides information about the location of a newly created resource.
|
CreatePrivateEndpointResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
CreatePrivateEndpointResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle assigned identifier for a work request.
|
CreatePrivateEndpointResponse.Builder |
privateEndpoint(PrivateEndpoint privateEndpoint)
The returned PrivateEndpoint instance.
|
String |
toString() |
public CreatePrivateEndpointResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreatePrivateEndpointResponse.Builder copy(CreatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
public CreatePrivateEndpointResponse build()
public CreatePrivateEndpointResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public CreatePrivateEndpointResponse.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 CreatePrivateEndpointResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle assigned identifier for a work request.
this
.public CreatePrivateEndpointResponse.Builder location(String location)
Provides information about the location of a newly created resource.
this
.public CreatePrivateEndpointResponse.Builder privateEndpoint(PrivateEndpoint privateEndpoint)
The returned PrivateEndpoint instance.
this
.Copyright © 2016–2022. All rights reserved.