public static interface GetInventorySchemaResponse.Builder extends software.amazon.awssdk.utils.builder.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(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSchemas(java.util.Collection) or #withSchemas(java.util.Collection) if you want to
override the existing values.
schemas - Inventory schemas returned by the request.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 © 2017. All rights reserved.