CopyableBuilder<GetInventorySchemaResponse.Builder,GetInventorySchemaResponse>
, SdkBuilder<GetInventorySchemaResponse.Builder,GetInventorySchemaResponse>
public static interface GetInventorySchemaResponse.Builder extends CopyableBuilder<GetInventorySchemaResponse.Builder,GetInventorySchemaResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetInventorySchemaResponse.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 Amazon Web Services, Inc. All Rights Reserved.