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 theCatalogItem.Builder avoiding the need to create one
manually via CatalogItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #catalogItems(List.
catalogItems - a consumer that will call methods on
CatalogItem.Builder#catalogItems(java.util.Collection) ListCatalogItemsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.