public static interface DeleteObjectRequest.Builder extends S3Request.Builder, CopyableBuilder<DeleteObjectRequest.Builder,DeleteObjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectRequest.Builder |
bucket(String bucket)
Sets the value of the Bucket property for this object.
|
DeleteObjectRequest.Builder |
key(String key)
Sets the value of the Key property for this object.
|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteObjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteObjectRequest.Builder |
requestPayer(RequestPayer requestPayer)
Sets the value of the RequestPayer property for this object.
|
DeleteObjectRequest.Builder |
requestPayer(String requestPayer)
Sets the value of the RequestPayer property for this object.
|
DeleteObjectRequest.Builder |
versionId(String versionId)
VersionId used to reference a specific version of the object.
|
buildrequestOverrideConfigcopyapply, buildDeleteObjectRequest.Builder bucket(String bucket)
bucket - The new value for the Bucket property for this object.DeleteObjectRequest.Builder key(String key)
key - The new value for the Key property for this object.DeleteObjectRequest.Builder mfa(String mfa)
mfa - The concatenation of the authentication device's serial number, a space, and the value that is
displayed on your authentication device.DeleteObjectRequest.Builder versionId(String versionId)
versionId - VersionId used to reference a specific version of the object.DeleteObjectRequest.Builder requestPayer(String requestPayer)
requestPayer - The new value for the RequestPayer property for this object.RequestPayer,
RequestPayerDeleteObjectRequest.Builder requestPayer(RequestPayer requestPayer)
requestPayer - The new value for the RequestPayer property for this object.RequestPayer,
RequestPayerDeleteObjectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteObjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.