public static interface ListObjectsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListObjectsRequest.Builder,ListObjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListObjectsRequest.Builder |
bucket(String bucket)
|
ListObjectsRequest.Builder |
delimiter(String delimiter)
A delimiter is a character you use to group keys.
|
ListObjectsRequest.Builder |
encodingType(EncodingType encodingType)
Sets the value of the EncodingType property for this object.
|
ListObjectsRequest.Builder |
encodingType(String encodingType)
Sets the value of the EncodingType property for this object.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListObjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListObjectsRequest.Builder |
prefix(String prefix)
Limits the response to keys that begin with the specified prefix.
|
ListObjectsRequest.Builder |
requestPayer(RequestPayer requestPayer)
Confirms that the requester knows that she or he will be charged for the list objects request.
|
ListObjectsRequest.Builder |
requestPayer(String requestPayer)
Confirms that the requester knows that she or he will be charged for the list objects request.
|
buildoverrideConfigurationcopyapplyMutation, buildListObjectsRequest.Builder bucket(String bucket)
bucket - ListObjectsRequest.Builder delimiter(String delimiter)
A delimiter is a character you use to group keys.
delimiter - A delimiter is a character you use to group keys.ListObjectsRequest.Builder encodingType(String encodingType)
encodingType - The new value for the EncodingType property for this object.EncodingType,
EncodingTypeListObjectsRequest.Builder encodingType(EncodingType encodingType)
encodingType - The new value for the EncodingType property for this object.EncodingType,
EncodingTypeListObjectsRequest.Builder marker(String marker)
Specifies the key to start with when listing objects in a bucket.
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. The response might contain fewer keys but will never contain more.
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)
Limits the response to keys that begin with the specified prefix.
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. Bucket owners need not specify this parameter in their requests.
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.RequestPayer,
RequestPayerListObjectsRequest.Builder 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.
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.RequestPayer,
RequestPayerListObjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.