public static final class ListObjectsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListObjectsRequest.Builder |
bucketName(String bucketName)
The name of the bucket.
|
ListObjectsRequest |
build() |
ListObjectsRequest.Builder |
continuationToken(String continuationToken)
The token used in this list operation.
|
ListObjectsRequest.Builder |
encodingType(String encodingType)
The encoding type of the object names in the response.
|
ListObjectsRequest.Builder |
marker(String marker)
The position from which the list operation starts.
|
ListObjectsRequest.Builder |
maxKeys(Long maxKeys)
The maximum number of objects to return.
|
ListObjectsRequest.Builder |
prefix(String prefix)
The prefix that must be included in the names of objects you want to list.
|
ListObjectsRequest.Builder |
startAfter(String startAfter)
The position from which the list operation starts.
|
public ListObjectsRequest.Builder bucketName(String bucketName)
public ListObjectsRequest.Builder continuationToken(String continuationToken)
public ListObjectsRequest.Builder encodingType(String encodingType)
public ListObjectsRequest.Builder marker(String marker)
Even if the value specified for Marker does not exist in the list during a conditional query, the list starts from the object whose name is alphabetically greater than the value of Marker.
public ListObjectsRequest.Builder maxKeys(Long maxKeys)
Valid values: 0 to 1000. Default value: 100.
public ListObjectsRequest.Builder prefix(String prefix)
The value of the parameter must be less than 1,000 bytes in length.
public ListObjectsRequest.Builder startAfter(String startAfter)
Even if the value specified for StartAfter does not exist in the list during a conditional query, the list starts from the object whose name is alphabetically greater than the value of StartAfter.
public ListObjectsRequest build()
Copyright © 2024. All rights reserved.