public static interface ListPartsResponse.Builder extends S3Response.Builder, CopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPartsResponse.Builder |
abortDate(Instant abortDate)
Date when multipart upload will become eligible for abort operation by lifecycle.
|
ListPartsResponse.Builder |
abortRuleId(String abortRuleId)
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
|
ListPartsResponse.Builder |
bucket(String bucket)
Name of the bucket to which the multipart upload was initiated.
|
default ListPartsResponse.Builder |
initiator(Consumer<Initiator.Builder> initiator)
Identifies who initiated the multipart upload.
|
ListPartsResponse.Builder |
initiator(Initiator initiator)
Identifies who initiated the multipart upload.
|
ListPartsResponse.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the returned list of parts is truncated.
|
ListPartsResponse.Builder |
key(String key)
Object key for which the multipart upload was initiated.
|
ListPartsResponse.Builder |
maxParts(Integer maxParts)
Maximum number of parts that were allowed in the response.
|
ListPartsResponse.Builder |
nextPartNumberMarker(Integer nextPartNumberMarker)
When a list is truncated, this element specifies the last part in the list, as well as the value to use for
the part-number-marker request parameter in a subsequent request.
|
default ListPartsResponse.Builder |
owner(Consumer<Owner.Builder> owner)
Sets the value of the Owner property for this object.
|
ListPartsResponse.Builder |
owner(Owner owner)
Sets the value of the Owner property for this object.
|
ListPartsResponse.Builder |
partNumberMarker(Integer partNumberMarker)
Part number after which listing begins.
|
ListPartsResponse.Builder |
parts(Collection<Part> parts)
Sets the value of the Parts property for this object.
|
ListPartsResponse.Builder |
parts(Consumer<Part.Builder>... parts)
Sets the value of the Parts property for this object.
|
ListPartsResponse.Builder |
parts(Part... parts)
Sets the value of the Parts property for this object.
|
ListPartsResponse.Builder |
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
ListPartsResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
ListPartsResponse.Builder |
storageClass(StorageClass storageClass)
The class of storage used to store the object.
|
ListPartsResponse.Builder |
storageClass(String storageClass)
The class of storage used to store the object.
|
ListPartsResponse.Builder |
uploadId(String uploadId)
Upload ID identifying the multipart upload whose parts are being listed.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPartsResponse.Builder abortDate(Instant abortDate)
abortDate - Date when multipart upload will become eligible for abort operation by lifecycle.ListPartsResponse.Builder abortRuleId(String abortRuleId)
abortRuleId - Id of the lifecycle rule that makes a multipart upload eligible for abort operation.ListPartsResponse.Builder bucket(String bucket)
bucket - Name of the bucket to which the multipart upload was initiated.ListPartsResponse.Builder key(String key)
key - Object key for which the multipart upload was initiated.ListPartsResponse.Builder uploadId(String uploadId)
uploadId - Upload ID identifying the multipart upload whose parts are being listed.ListPartsResponse.Builder partNumberMarker(Integer partNumberMarker)
partNumberMarker - Part number after which listing begins.ListPartsResponse.Builder nextPartNumberMarker(Integer nextPartNumberMarker)
nextPartNumberMarker - When a list is truncated, this element specifies the last part in the list, as well as the value to
use for the part-number-marker request parameter in a subsequent request.ListPartsResponse.Builder maxParts(Integer maxParts)
maxParts - Maximum number of parts that were allowed in the response.ListPartsResponse.Builder isTruncated(Boolean isTruncated)
isTruncated - Indicates whether the returned list of parts is truncated.ListPartsResponse.Builder parts(Collection<Part> parts)
parts - The new value for the Parts property for this object.ListPartsResponse.Builder parts(Part... parts)
parts - The new value for the Parts property for this object.ListPartsResponse.Builder parts(Consumer<Part.Builder>... parts)
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #parts(List) .parts - a consumer that will call methods on List.Builder #parts(List) ListPartsResponse.Builder initiator(Initiator initiator)
initiator - Identifies who initiated the multipart upload.default ListPartsResponse.Builder initiator(Consumer<Initiator.Builder> initiator)
Initiator.Builder avoiding the need to create one manually via Initiator.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to initiator(Initiator).initiator - a consumer that will call methods on Initiator.Builderinitiator(Initiator)ListPartsResponse.Builder owner(Owner owner)
owner - The new value for the Owner property for this object.default ListPartsResponse.Builder owner(Consumer<Owner.Builder> owner)
Owner.Builder avoiding the need to create one
manually via Owner.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to owner(Owner).owner - a consumer that will call methods on Owner.Builderowner(Owner)ListPartsResponse.Builder storageClass(String storageClass)
storageClass - The class of storage used to store the object.StorageClass,
StorageClassListPartsResponse.Builder storageClass(StorageClass storageClass)
storageClass - The class of storage used to store the object.StorageClass,
StorageClassListPartsResponse.Builder requestCharged(String requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedListPartsResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.