public static class CreateDeployEnvironmentResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateDeployEnvironmentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateDeployEnvironmentResponse |
build() |
CreateDeployEnvironmentResponse.Builder |
copy(CreateDeployEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateDeployEnvironmentResponse.Builder |
deployEnvironment(DeployEnvironment deployEnvironment)
The returned DeployEnvironment instance.
|
CreateDeployEnvironmentResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateDeployEnvironmentResponse.Builder |
location(String location)
Relative URL of the newly created resource.
|
CreateDeployEnvironmentResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateDeployEnvironmentResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
String |
toString() |
public CreateDeployEnvironmentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateDeployEnvironmentResponse.Builder copy(CreateDeployEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
public CreateDeployEnvironmentResponse build()
public CreateDeployEnvironmentResponse.Builder location(String location)
Relative URL of the newly created resource.
this
.public CreateDeployEnvironmentResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateDeployEnvironmentResponse.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 CreateDeployEnvironmentResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
this
.public CreateDeployEnvironmentResponse.Builder deployEnvironment(DeployEnvironment deployEnvironment)
The returned DeployEnvironment instance.
this
.Copyright © 2016–2022. All rights reserved.