CopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
, SdkBuilder<ListPartsResponse.Builder,ListPartsResponse>
public static interface ListPartsResponse.Builder extends CopyableBuilder<ListPartsResponse.Builder,ListPartsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPartsResponse.Builder |
abortDate(Date 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.
|
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.
|
ListPartsResponse.Builder |
owner(Owner owner) |
|
ListPartsResponse.Builder |
partNumberMarker(Integer partNumberMarker) |
Part number after which listing begins.
|
ListPartsResponse.Builder |
parts(Collection<Part> parts) |
|
ListPartsResponse.Builder |
parts(Part... parts) |
NOTE: This method appends the values to the existing list (if any).
|
ListPartsResponse.Builder |
requestCharged(String requestCharged) |
|
ListPartsResponse.Builder |
requestCharged(RequestCharged requestCharged) |
|
ListPartsResponse.Builder |
storageClass(String storageClass) |
The class of storage used to store the object.
|
ListPartsResponse.Builder |
storageClass(StorageClass 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.
|
copy
apply, build
ListPartsResponse.Builder abortDate(Date 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
- ListPartsResponse.Builder parts(Part... parts)
NOTE: This method appends the values to the existing list (if any). Use
#setParts(java.util.Collection)
or #withParts(java.util.Collection)
if you want to override
the existing values.
parts
- ListPartsResponse.Builder initiator(Initiator initiator)
initiator
- Identifies who initiated the multipart upload.ListPartsResponse.Builder owner(Owner owner)
owner
- ListPartsResponse.Builder storageClass(String storageClass)
storageClass
- The class of storage used to store the object.StorageClass
ListPartsResponse.Builder storageClass(StorageClass storageClass)
storageClass
- The class of storage used to store the object.StorageClass
ListPartsResponse.Builder requestCharged(String requestCharged)
requestCharged
- RequestCharged
ListPartsResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged
- RequestCharged
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.