Package | Description |
---|---|
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.body$(CopyObjectDetails body)
Alternative setter for the body parameter.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.bucketName(String bucketName)
The name of the bucket.
|
static CopyObjectRequest.Builder |
CopyObjectRequest.builder()
Return a new builder for this request object.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.copy(CopyObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.copyObjectDetails(CopyObjectDetails copyObjectDetails)
The source and destination of the object to be copied.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSourceSseCustomerAlgorithm(String opcSourceSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm to use to decrypt
the source object.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSourceSseCustomerKey(String opcSourceSseCustomerKey)
The optional header that specifies the base64-encoded 256-bit encryption key to use to
decrypt the source object.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSourceSseCustomerKeySha256(String opcSourceSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key
used to decrypt the source object.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSseCustomerAlgorithm(String opcSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSseCustomerKey(String opcSseCustomerKey)
The optional header that specifies the base64-encoded 256-bit encryption key to use to
encrypt or decrypt the data.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSseCustomerKeySha256(String opcSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.opcSseKmsKeyId(String opcSseKmsKeyId)
The OCID of a
master encryption key used to call the Key Management service to generate a data
encryption key or to encrypt or decrypt a data encryption key.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
CopyObjectRequest.Builder |
CopyObjectRequest.toBuilder()
Return an instance of
CopyObjectRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.