public static interface ListItemsResponse.Builder extends MediaStoreDataResponse.Builder, SdkPojo, CopyableBuilder<ListItemsResponse.Builder,ListItemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListItemsResponse.Builder |
items(Collection<Item> items)
The metadata entries for the folders and objects at the requested path.
|
ListItemsResponse.Builder |
items(Consumer<Item.Builder>... items)
The metadata entries for the folders and objects at the requested path.
|
ListItemsResponse.Builder |
items(Item... items)
The metadata entries for the folders and objects at the requested path.
|
ListItemsResponse.Builder |
nextToken(String nextToken)
The token that can be used in a request to view the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListItemsResponse.Builder items(Collection<Item> items)
The metadata entries for the folders and objects at the requested path.
items - The metadata entries for the folders and objects at the requested path.ListItemsResponse.Builder items(Item... items)
The metadata entries for the folders and objects at the requested path.
items - The metadata entries for the folders and objects at the requested path.ListItemsResponse.Builder items(Consumer<Item.Builder>... items)
The metadata entries for the folders and objects at the requested path.
This is a convenience method that creates an instance of theItem.Builder avoiding the need to create one
manually via Item.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #items(List.
items - a consumer that will call methods on
Item.Builder#items(java.util.Collection- )
ListItemsResponse.Builder nextToken(String nextToken)
The token that can be used in a request to view the next set of results. For example, you submit a
ListItems request that matches 2,000 items with MaxResults set at 500. The service
returns the first batch of results (up to 500) and a NextToken value that can be used to fetch
the next batch of results.
nextToken - The token that can be used in a request to view the next set of results. For example, you submit a
ListItems request that matches 2,000 items with MaxResults set at 500. The
service returns the first batch of results (up to 500) and a NextToken value that can be
used to fetch the next batch of results.Copyright © 2023. All rights reserved.