Package | Description |
---|---|
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
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()
Return an instance of
DeleteObjectRequest.Builder that allows you to modify request properties. |
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.versionId(String versionId)
VersionId used to identify a particular version of the object
|
Copyright © 2016–2024. All rights reserved.