public static interface GetInventoryResponse.Builder extends SsmResponse.Builder, SdkPojo, 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 managed node inventory.
|
GetInventoryResponse.Builder |
entities(Consumer<InventoryResultEntity.Builder>... entities)
Collection of inventory entities such as a collection of managed node inventory.
|
GetInventoryResponse.Builder |
entities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of managed node inventory.
|
GetInventoryResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInventoryResponse.Builder entities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of managed node inventory.
entities - Collection of inventory entities such as a collection of managed node inventory.GetInventoryResponse.Builder entities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of managed node inventory.
entities - Collection of inventory entities such as a collection of managed node inventory.GetInventoryResponse.Builder entities(Consumer<InventoryResultEntity.Builder>... entities)
Collection of inventory entities such as a collection of managed node inventory.
This is a convenience method that creates an instance of theInventoryResultEntity.Builder avoiding the need to create
one manually via InventoryResultEntity.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #entities(List.
entities - a consumer that will call methods on
InventoryResultEntity.Builder#entities(java.util.Collection) 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 © 2023. All rights reserved.