public static interface GetInventorySchemaResponse.Builder extends SSMResponse.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.
|
build
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.
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.