RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.body$(InputStream body) |
Alternative setter for the body parameter.
|
static RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.builder() |
Return a new builder for this request object.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.contentLength(Long contentLength) |
The content length of the body.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.contentMd5(String contentMd5) |
The base64-encoded MD5 hash value of the body, as described in RFC
2616, section 14.15.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.copy(RestoreVaultFromFileRequest o) |
Copy method to populate the builder with values from the given instance.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.ifMatch(String ifMatch) |
For optimistic concurrency control.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.opcRetryToken(String opcRetryToken) |
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.restoreVaultFromFileDetails(InputStream restoreVaultFromFileDetails) |
The encrypted backup file to upload to restore the vault.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
RestoreVaultFromFileRequest.Builder |
RestoreVaultFromFileRequest.toBuilder() |
|