public static interface GetInventorySchemaResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetInventorySchemaResponse.Builder,GetInventorySchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInventorySchemaResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
GetInventorySchemaResponse.Builder |
schemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
|
GetInventorySchemaResponse.Builder |
schemas(Consumer<InventoryItemSchema.Builder>... schemas)
Inventory schemas returned by the request.
|
GetInventorySchemaResponse.Builder |
schemas(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInventorySchemaResponse.Builder schemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
schemas - Inventory schemas returned by the request.GetInventorySchemaResponse.Builder schemas(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
schemas - Inventory schemas returned by the request.GetInventorySchemaResponse.Builder schemas(Consumer<InventoryItemSchema.Builder>... schemas)
Inventory schemas returned by the request.
This is a convenience method that creates an instance of theInventoryItemSchema.Builder avoiding the need to create one
manually via InventoryItemSchema.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #schemas(List.
schemas - a consumer that will call methods on
InventoryItemSchema.Builder#schemas(java.util.Collection) GetInventorySchemaResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2022. All rights reserved.