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