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