public static interface ListMultipartUploadsRequest.Builder extends S3Request.Builder, CopyableBuilder<ListMultipartUploadsRequest.Builder,ListMultipartUploadsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMultipartUploadsRequest.Builder |
bucket(String bucket)
Sets the value of the Bucket property for this object.
|
ListMultipartUploadsRequest.Builder |
delimiter(String delimiter)
Character you use to group keys.
|
ListMultipartUploadsRequest.Builder |
encodingType(EncodingType encodingType)
Sets the value of the EncodingType property for this object.
|
ListMultipartUploadsRequest.Builder |
encodingType(String encodingType)
Sets the value of the EncodingType property for this object.
|
ListMultipartUploadsRequest.Builder |
keyMarker(String keyMarker)
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should
begin.
|
ListMultipartUploadsRequest.Builder |
maxUploads(Integer maxUploads)
Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body.
|
ListMultipartUploadsRequest.Builder |
prefix(String prefix)
Lists in-progress uploads only for those keys that begin with the specified prefix.
|
ListMultipartUploadsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListMultipartUploadsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListMultipartUploadsRequest.Builder |
uploadIdMarker(String uploadIdMarker)
Together with key-marker, specifies the multipart upload after which listing should begin.
|
buildrequestOverrideConfigcopyapply, buildListMultipartUploadsRequest.Builder bucket(String bucket)
bucket - The new value for the Bucket property for this object.ListMultipartUploadsRequest.Builder delimiter(String delimiter)
delimiter - Character you use to group keys.ListMultipartUploadsRequest.Builder encodingType(String encodingType)
encodingType - The new value for the EncodingType property for this object.EncodingType,
EncodingTypeListMultipartUploadsRequest.Builder encodingType(EncodingType encodingType)
encodingType - The new value for the EncodingType property for this object.EncodingType,
EncodingTypeListMultipartUploadsRequest.Builder keyMarker(String keyMarker)
keyMarker - Together with upload-id-marker, this parameter specifies the multipart upload after which listing
should begin.ListMultipartUploadsRequest.Builder maxUploads(Integer maxUploads)
maxUploads - Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000
is the maximum number of uploads that can be returned in a response.ListMultipartUploadsRequest.Builder prefix(String prefix)
prefix - Lists in-progress uploads only for those keys that begin with the specified prefix.ListMultipartUploadsRequest.Builder uploadIdMarker(String uploadIdMarker)
uploadIdMarker - Together with key-marker, specifies the multipart upload after which listing should begin. If
key-marker is not specified, the upload-id-marker parameter is ignored.ListMultipartUploadsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListMultipartUploadsRequest.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.