public static interface GetInventoryResponse.Builder extends SSMResponse.Builder, CopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>
Modifier and Type | Method and Description |
---|---|
GetInventoryResponse.Builder |
entities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of instance inventory.
|
GetInventoryResponse.Builder |
entities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of instance inventory.
|
GetInventoryResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build
copy
apply, build
GetInventoryResponse.Builder entities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of instance inventory.
entities
- Collection of inventory entities such as a collection of instance inventory.GetInventoryResponse.Builder entities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of instance inventory.
entities
- Collection of inventory entities such as a collection of instance inventory.GetInventoryResponse.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.