public static interface ListItemsRequest.Builder extends MediaStoreDataRequest.Builder, SdkPojo, CopyableBuilder<ListItemsRequest.Builder,ListItemsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListItemsRequest.Builder |
maxResults(Integer maxResults)
The maximum results to return.
|
ListItemsRequest.Builder |
nextToken(String nextToken)
The
NextToken received in the ListItemsResponse for the same container and path. |
ListItemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListItemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListItemsRequest.Builder |
path(String path)
The path in the container from which to retrieve items.
|
buildoverrideConfigurationcopyapplyMutation, buildListItemsRequest.Builder path(String path)
The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>
path - The path in the container from which to retrieve items. Format: <folder name>/<folder
name>/<file name>ListItemsRequest.Builder maxResults(Integer maxResults)
The maximum results to return. The service might return fewer results.
maxResults - The maximum results to return. The service might return fewer results.ListItemsRequest.Builder nextToken(String nextToken)
The NextToken received in the ListItemsResponse for the same container and path.
Tokens expire after 15 minutes.
nextToken - The NextToken received in the ListItemsResponse for the same container and
path. Tokens expire after 15 minutes.ListItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.