public static class CreateDeployEnvironmentResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDeployEnvironmentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateDeployEnvironmentResponse |
build()
Build the response object.
|
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.
|
public CreateDeployEnvironmentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateDeployEnvironmentResponse.Builder location(String location)
Relative URL of the newly created resource.
location
- the value to setpublic CreateDeployEnvironmentResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateDeployEnvironmentResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic 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.
opcRequestId
- the value to setpublic CreateDeployEnvironmentResponse.Builder deployEnvironment(DeployEnvironment deployEnvironment)
The returned DeployEnvironment instance.
deployEnvironment
- the value to setpublic CreateDeployEnvironmentResponse.Builder copy(CreateDeployEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
public CreateDeployEnvironmentResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.