CopyableBuilder<ListObjectsRequest.Builder,ListObjectsRequest>, SdkBuilder<ListObjectsRequest.Builder,ListObjectsRequest>public static interface ListObjectsRequest.Builder extends CopyableBuilder<ListObjectsRequest.Builder,ListObjectsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListObjectsRequest.Builder |
bucket(String bucket) |
|
ListObjectsRequest.Builder |
delimiter(String delimiter) |
A delimiter is a character you use to group keys.
|
ListObjectsRequest.Builder |
encodingType(String encodingType) |
|
ListObjectsRequest.Builder |
encodingType(EncodingType encodingType) |
|
ListObjectsRequest.Builder |
marker(String marker) |
Specifies the key to start with when listing objects in a bucket.
|
ListObjectsRequest.Builder |
maxKeys(Integer maxKeys) |
Sets the maximum number of keys returned in the response.
|
ListObjectsRequest.Builder |
prefix(String prefix) |
Limits the response to keys that begin with the specified prefix.
|
ListObjectsRequest.Builder |
requestPayer(String requestPayer) |
Confirms that the requester knows that she or he will be charged for the list objects request.
|
ListObjectsRequest.Builder |
requestPayer(RequestPayer requestPayer) |
Confirms that the requester knows that she or he will be charged for the list objects request.
|
copyapply, buildListObjectsRequest.Builder bucket(String bucket)
bucket - ListObjectsRequest.Builder delimiter(String delimiter)
delimiter - A delimiter is a character you use to group keys.ListObjectsRequest.Builder encodingType(String encodingType)
encodingType - EncodingTypeListObjectsRequest.Builder encodingType(EncodingType encodingType)
encodingType - EncodingTypeListObjectsRequest.Builder marker(String marker)
marker - Specifies the key to start with when listing objects in a bucket.ListObjectsRequest.Builder maxKeys(Integer maxKeys)
maxKeys - Sets the maximum number of keys returned in the response. The response might contain fewer keys but
will never contain more.ListObjectsRequest.Builder prefix(String prefix)
prefix - Limits the response to keys that begin with the specified prefix.ListObjectsRequest.Builder requestPayer(String requestPayer)
requestPayer - Confirms that the requester knows that she or he will be charged for the list objects request. Bucket
owners need not specify this parameter in their requests.RequestPayerListObjectsRequest.Builder requestPayer(RequestPayer requestPayer)
requestPayer - Confirms that the requester knows that she or he will be charged for the list objects request. Bucket
owners need not specify this parameter in their requests.RequestPayerCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.