public static interface ListMultipartUploadsRequest.Builder extends GlacierRequest.Builder, SdkPojo, CopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsRequest.Builder |
accountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
ListMultipartUploadsRequest.Builder |
limit(String limit)
Specifies the maximum number of uploads returned in the response body.
|
ListMultipartUploadsRequest.Builder |
marker(String marker)
An opaque string used for pagination.
|
ListMultipartUploadsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListMultipartUploadsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListMultipartUploadsRequest.Builder |
vaultName(String vaultName)
The name of the vault.
|
build
overrideConfiguration
copy
applyMutation, build
ListMultipartUploadsRequest.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.ListMultipartUploadsRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.ListMultipartUploadsRequest.Builder marker(String marker)
An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.
marker
- An opaque string used for pagination. This value specifies the upload at which the listing of uploads
should begin. Get the marker value from a previous List Uploads response. You need only include the
marker if you are continuing the pagination of results started in a previous List Uploads request.ListMultipartUploadsRequest.Builder limit(String limit)
Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 50 uploads.
limit
- Specifies the maximum number of uploads returned in the response body. If this value is not specified,
the List Uploads operation returns up to 50 uploads.ListMultipartUploadsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListMultipartUploadsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.