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)
Metadata entries for the folders and objects at the requested path.
|
ListItemsResponse.Builder |
items(Consumer<Item.Builder>... items)
Metadata entries for the folders and objects at the requested path.
|
ListItemsResponse.Builder |
items(Item... items)
Metadata entries for the folders and objects at the requested path.
|
ListItemsResponse.Builder |
nextToken(String nextToken)
The
NextToken used to request the next page of results using ListItems. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListItemsResponse.Builder items(Collection<Item> items)
Metadata entries for the folders and objects at the requested path.
items - Metadata entries for the folders and objects at the requested path.ListItemsResponse.Builder items(Item... items)
Metadata entries for the folders and objects at the requested path.
items - Metadata entries for the folders and objects at the requested path.ListItemsResponse.Builder items(Consumer<Item.Builder>... items)
Metadata entries for the folders and objects at the requested path.
This is a convenience that creates an instance of theList- .Builder
avoiding the need to create
one manually via List- #builder()
.
When the Consumer completes, List- .Builder#build()
is called immediately and its result
is passed to #items(List- )
.items - a consumer that will call methods on List- .Builder
#items(List- )
ListItemsResponse.Builder nextToken(String nextToken)
The NextToken used to request the next page of results using ListItems.
nextToken - The NextToken used to request the next page of results using ListItems.Copyright © 2018. All rights reserved.