public static interface ListCatalogItemsResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListCatalogItemsResponse.Builder,ListCatalogItemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsResponse.Builder |
catalogItems(CatalogItem... catalogItems)
Information about the catalog items.
|
ListCatalogItemsResponse.Builder |
catalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
ListCatalogItemsResponse.Builder |
catalogItems(Consumer<CatalogItem.Builder>... catalogItems)
Information about the catalog items.
|
ListCatalogItemsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCatalogItemsResponse.Builder catalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
catalogItems - Information about the catalog items.ListCatalogItemsResponse.Builder catalogItems(CatalogItem... catalogItems)
Information about the catalog items.
catalogItems - Information about the catalog items.ListCatalogItemsResponse.Builder catalogItems(Consumer<CatalogItem.Builder>... catalogItems)
Information about the catalog items.
This is a convenience method 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 #catalogItems(List) .catalogItems - a consumer that will call methods on List.Builder #catalogItems(List) ListCatalogItemsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.