CopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>, SdkBuilder<GetInventoryResponse.Builder,GetInventoryResponse>public static interface GetInventoryResponse.Builder extends CopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>
| Modifier and Type | Method | 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.
|
copyapply, buildGetInventoryResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEntities(java.util.Collection) or #withEntities(java.util.Collection) if you want to
override the existing values.
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.