DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.bucket(String bucket) |
The bucket name of the bucket containing the object.
|
static DeleteObjectRequest.Builder |
DeleteObjectRequest.builder() |
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.bypassGovernanceRetention(Boolean bypassGovernanceRetention) |
Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process this operation.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.expectedBucketOwner(String expectedBucketOwner) |
The account ID of the expected bucket owner.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.ifMatch(String ifMatch) |
Deletes the object if the ETag (entity tag) value provided during the delete operation matches the ETag of
the object in S3.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.ifMatchLastModifiedTime(Instant ifMatchLastModifiedTime) |
If present, the object is deleted only if its modification times matches the provided Timestamp.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.ifMatchSize(Long ifMatchSize) |
If present, the object is deleted only if its size matches the provided size in bytes.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.key(String key) |
Key name of the object to delete.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.mfa(String mfa) |
The concatenation of the authentication device's serial number, a space, and the value that is displayed on
your authentication device.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.requestPayer(String requestPayer) |
Sets the value of the RequestPayer property for this object.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.requestPayer(RequestPayer requestPayer) |
Sets the value of the RequestPayer property for this object.
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.toBuilder() |
|
DeleteObjectRequest.Builder |
DeleteObjectRequest.Builder.versionId(String versionId) |
Version ID used to reference a specific version of the object.
|