Interface ListCatalogItemsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListCatalogItemsResponse.Builder,
,ListCatalogItemsResponse> OutpostsResponse.Builder
,SdkBuilder<ListCatalogItemsResponse.Builder,
,ListCatalogItemsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListCatalogItemsResponse
public static interface ListCatalogItemsResponse.Builder
extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListCatalogItemsResponse.Builder,ListCatalogItemsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncatalogItems
(Collection<CatalogItem> catalogItems) Information about the catalog items.catalogItems
(Consumer<CatalogItem.Builder>... catalogItems) Information about the catalog items.catalogItems
(CatalogItem... catalogItems) Information about the catalog items.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
catalogItems
Information about the catalog items.
- Parameters:
catalogItems
- Information about the catalog items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogItems
Information about the catalog items.
- Parameters:
catalogItems
- Information about the catalog items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaCatalogItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocatalogItems(List<CatalogItem>)
.- Parameters:
catalogItems
- a consumer that will call methods onCatalogItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-