public static interface AbortMultipartUploadRequest.Builder extends GlacierRequest.Builder, CopyableBuilder<AbortMultipartUploadRequest.Builder,AbortMultipartUploadRequest>
| Modifier and Type | Method and Description |
|---|---|
AbortMultipartUploadRequest.Builder |
accountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
AbortMultipartUploadRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AbortMultipartUploadRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AbortMultipartUploadRequest.Builder |
uploadId(String uploadId)
The upload ID of the multipart upload to delete.
|
AbortMultipartUploadRequest.Builder |
vaultName(String vaultName)
The name of the vault.
|
buildrequestOverrideConfigcopyapply, buildAbortMultipartUploadRequest.Builder accountId(String accountId)
The AccountId value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses
the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not
include any hyphens ('-') in the ID.
accountId - The AccountId value is the AWS account ID of the account that owns the vault. You can
either specify an AWS account ID or optionally a single '-' (hyphen), in which case
Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If
you use an account ID, do not include any hyphens ('-') in the ID.AbortMultipartUploadRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName - The name of the vault.AbortMultipartUploadRequest.Builder uploadId(String uploadId)
The upload ID of the multipart upload to delete.
uploadId - The upload ID of the multipart upload to delete.AbortMultipartUploadRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AbortMultipartUploadRequest.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.