public static interface ListMultipartUploadsResponse.Builder extends S3Response.Builder, CopyableBuilder<ListMultipartUploadsResponse.Builder,ListMultipartUploadsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMultipartUploadsResponse.Builder |
bucket(String bucket)
Name of the bucket to which the multipart upload was initiated.
|
ListMultipartUploadsResponse.Builder |
commonPrefixes(Collection<CommonPrefix> commonPrefixes)
Sets the value of the CommonPrefixes property for this object.
|
ListMultipartUploadsResponse.Builder |
commonPrefixes(CommonPrefix... commonPrefixes)
Sets the value of the CommonPrefixes property for this object.
|
ListMultipartUploadsResponse.Builder |
commonPrefixes(Consumer<CommonPrefix.Builder>... commonPrefixes)
Sets the value of the CommonPrefixes property for this object.
|
ListMultipartUploadsResponse.Builder |
delimiter(String delimiter)
Sets the value of the Delimiter property for this object.
|
ListMultipartUploadsResponse.Builder |
encodingType(EncodingType encodingType)
Encoding type used by Amazon S3 to encode object keys in the response.
|
ListMultipartUploadsResponse.Builder |
encodingType(String encodingType)
Encoding type used by Amazon S3 to encode object keys in the response.
|
ListMultipartUploadsResponse.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the returned list of multipart uploads is truncated.
|
ListMultipartUploadsResponse.Builder |
keyMarker(String keyMarker)
The key at or after which the listing began.
|
ListMultipartUploadsResponse.Builder |
maxUploads(Integer maxUploads)
Maximum number of multipart uploads that could have been included in the response.
|
ListMultipartUploadsResponse.Builder |
nextKeyMarker(String nextKeyMarker)
When a list is truncated, this element specifies the value that should be used for the key-marker request
parameter in a subsequent request.
|
ListMultipartUploadsResponse.Builder |
nextUploadIdMarker(String nextUploadIdMarker)
When a list is truncated, this element specifies the value that should be used for the upload-id-marker
request parameter in a subsequent request.
|
ListMultipartUploadsResponse.Builder |
prefix(String prefix)
When a prefix is provided in the request, this field contains the specified prefix.
|
ListMultipartUploadsResponse.Builder |
uploadIdMarker(String uploadIdMarker)
Upload ID after which listing began.
|
ListMultipartUploadsResponse.Builder |
uploads(Collection<MultipartUpload> uploads)
Sets the value of the Uploads property for this object.
|
ListMultipartUploadsResponse.Builder |
uploads(Consumer<MultipartUpload.Builder>... uploads)
Sets the value of the Uploads property for this object.
|
ListMultipartUploadsResponse.Builder |
uploads(MultipartUpload... uploads)
Sets the value of the Uploads property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListMultipartUploadsResponse.Builder bucket(String bucket)
bucket - Name of the bucket to which the multipart upload was initiated.ListMultipartUploadsResponse.Builder keyMarker(String keyMarker)
keyMarker - The key at or after which the listing began.ListMultipartUploadsResponse.Builder uploadIdMarker(String uploadIdMarker)
uploadIdMarker - Upload ID after which listing began.ListMultipartUploadsResponse.Builder nextKeyMarker(String nextKeyMarker)
nextKeyMarker - When a list is truncated, this element specifies the value that should be used for the key-marker
request parameter in a subsequent request.ListMultipartUploadsResponse.Builder prefix(String prefix)
prefix - When a prefix is provided in the request, this field contains the specified prefix. The result
contains only keys starting with the specified prefix.ListMultipartUploadsResponse.Builder delimiter(String delimiter)
delimiter - The new value for the Delimiter property for this object.ListMultipartUploadsResponse.Builder nextUploadIdMarker(String nextUploadIdMarker)
nextUploadIdMarker - When a list is truncated, this element specifies the value that should be used for the
upload-id-marker request parameter in a subsequent request.ListMultipartUploadsResponse.Builder maxUploads(Integer maxUploads)
maxUploads - Maximum number of multipart uploads that could have been included in the response.ListMultipartUploadsResponse.Builder isTruncated(Boolean isTruncated)
isTruncated - Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that
the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit
allowed or specified by max uploads.ListMultipartUploadsResponse.Builder uploads(Collection<MultipartUpload> uploads)
uploads - The new value for the Uploads property for this object.ListMultipartUploadsResponse.Builder uploads(MultipartUpload... uploads)
uploads - The new value for the Uploads property for this object.ListMultipartUploadsResponse.Builder uploads(Consumer<MultipartUpload.Builder>... uploads)
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 #uploads(List) .uploads - a consumer that will call methods on List.Builder #uploads(List) ListMultipartUploadsResponse.Builder commonPrefixes(Collection<CommonPrefix> commonPrefixes)
commonPrefixes - The new value for the CommonPrefixes property for this object.ListMultipartUploadsResponse.Builder commonPrefixes(CommonPrefix... commonPrefixes)
commonPrefixes - The new value for the CommonPrefixes property for this object.ListMultipartUploadsResponse.Builder commonPrefixes(Consumer<CommonPrefix.Builder>... commonPrefixes)
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 #commonPrefixes(List) .commonPrefixes - a consumer that will call methods on List.Builder #commonPrefixes(List) ListMultipartUploadsResponse.Builder encodingType(String encodingType)
encodingType - Encoding type used by Amazon S3 to encode object keys in the response.EncodingType,
EncodingTypeListMultipartUploadsResponse.Builder encodingType(EncodingType encodingType)
encodingType - Encoding type used by Amazon S3 to encode object keys in the response.EncodingType,
EncodingTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.