CopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
, SdkBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
public static interface ListMultipartUploadsRequest.Builder extends CopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
Modifier and Type | Method | 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 |
uploadIdMarker(String uploadIdMarker) |
An opaque string used for pagination.
|
ListMultipartUploadsRequest.Builder |
vaultName(String vaultName) |
The name of the vault.
|
copy
apply, 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 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 1,000 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 1,000 uploads.ListMultipartUploadsRequest.Builder uploadIdMarker(String uploadIdMarker)
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.
uploadIdMarker
- 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.