public static interface ListMultipartUploadsRequest.Builder extends S3Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListMultipartUploadsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListMultipartUploadsRequest.Builder |
prefix(String prefix)
Lists in-progress uploads only for those keys that begin with the specified prefix.
|
ListMultipartUploadsRequest.Builder |
uploadIdMarker(String uploadIdMarker)
Together with key-marker, specifies the multipart upload after which listing should begin.
|
buildoverrideConfigurationcopyapplyMutation, buildListMultipartUploadsRequest.Builder bucket(String bucket)
bucket - The new value for the Bucket property for this object.ListMultipartUploadsRequest.Builder delimiter(String delimiter)
Character you use to group keys.
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)
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
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. 1,000 is the maximum number of uploads that can be returned in a response.
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)
Lists in-progress uploads only for those keys that begin with the specified prefix.
prefix - Lists in-progress uploads only for those keys that begin with the specified prefix.ListMultipartUploadsRequest.Builder uploadIdMarker(String 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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListMultipartUploadsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.