public static class GetDeploymentBackupResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentBackupResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetDeploymentBackupResponse |
build()
Build the response object.
|
GetDeploymentBackupResponse.Builder |
copy(GetDeploymentBackupResponse o)
Copy method to populate the builder with values from the given instance.
|
GetDeploymentBackupResponse.Builder |
deploymentBackup(DeploymentBackup deploymentBackup)
The returned DeploymentBackup instance.
|
GetDeploymentBackupResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetDeploymentBackupResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
public GetDeploymentBackupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetDeploymentBackupResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetDeploymentBackupResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please include the request ID.
opcRequestId
- the value to setpublic GetDeploymentBackupResponse.Builder deploymentBackup(DeploymentBackup deploymentBackup)
The returned DeploymentBackup instance.
deploymentBackup
- the value to setpublic GetDeploymentBackupResponse.Builder copy(GetDeploymentBackupResponse o)
Copy method to populate the builder with values from the given instance.
public GetDeploymentBackupResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.