public static interface ListPartsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListPartsRequest.Builder,ListPartsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPartsRequest.Builder |
bucket(String bucket)
Sets the value of the Bucket property for this object.
|
ListPartsRequest.Builder |
key(String key)
Sets the value of the Key property for this object.
|
ListPartsRequest.Builder |
maxParts(Integer maxParts)
Sets the maximum number of parts to return.
|
ListPartsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPartsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListPartsRequest.Builder |
partNumberMarker(Integer partNumberMarker)
Specifies the part after which listing should begin.
|
ListPartsRequest.Builder |
requestPayer(RequestPayer requestPayer)
Sets the value of the RequestPayer property for this object.
|
ListPartsRequest.Builder |
requestPayer(String requestPayer)
Sets the value of the RequestPayer property for this object.
|
ListPartsRequest.Builder |
uploadId(String uploadId)
Upload ID identifying the multipart upload whose parts are being listed.
|
buildoverrideConfigurationcopyapplyMutation, buildListPartsRequest.Builder bucket(String bucket)
bucket - The new value for the Bucket property for this object.ListPartsRequest.Builder key(String key)
key - The new value for the Key property for this object.ListPartsRequest.Builder maxParts(Integer maxParts)
Sets the maximum number of parts to return.
maxParts - Sets the maximum number of parts to return.ListPartsRequest.Builder partNumberMarker(Integer partNumberMarker)
Specifies the part after which listing should begin. Only parts with higher part numbers will be listed.
partNumberMarker - Specifies the part after which listing should begin. Only parts with higher part numbers will be
listed.ListPartsRequest.Builder uploadId(String uploadId)
Upload ID identifying the multipart upload whose parts are being listed.
uploadId - Upload ID identifying the multipart upload whose parts are being listed.ListPartsRequest.Builder requestPayer(String requestPayer)
requestPayer - The new value for the RequestPayer property for this object.RequestPayer,
RequestPayerListPartsRequest.Builder requestPayer(RequestPayer requestPayer)
requestPayer - The new value for the RequestPayer property for this object.RequestPayer,
RequestPayerListPartsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListPartsRequest.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.