public static interface ListPartsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListPartsRequest.Builder,ListPartsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPartsRequest.Builder |
bucket(String bucket)
|
ListPartsRequest.Builder |
key(String key)
|
ListPartsRequest.Builder |
maxParts(Integer maxParts)
Sets the maximum number of parts to return.
|
ListPartsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPartsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 - ListPartsRequest.Builder key(String key)
key - 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)
overrideConfiguration in interface AwsRequest.BuilderListPartsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.