DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.bucketName(String bucketName) |
The name of the bucket.
|
static DeleteObjectRequest.Builder |
DeleteObjectRequest.builder() |
Return a new builder for this request object.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.copy(DeleteObjectRequest o) |
Copy method to populate the builder with values from the given instance.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.ifMatch(String ifMatch) |
The entity tag (ETag) to match with the ETag of an existing resource.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.namespaceName(String namespaceName) |
The Object Storage namespace used for the request.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.objectName(String objectName) |
The name of the object.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.opcClientRequestId(String opcClientRequestId) |
The client request ID for tracing.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.toBuilder() |
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.versionId(String versionId) |
VersionId used to identify a particular version of the object
|