public static interface PutInventoryRequest.Builder extends SSMRequest.Builder, CopyableBuilder<PutInventoryRequest.Builder,PutInventoryRequest>
| Modifier and Type | Method and Description |
|---|---|
PutInventoryRequest.Builder |
instanceId(String instanceId)
One or more instance IDs where you want to add or update inventory items.
|
PutInventoryRequest.Builder |
items(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest.Builder |
items(Consumer<InventoryItem.Builder>... items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest.Builder |
items(InventoryItem... items)
The inventory items that you want to add or update on instances.
|
PutInventoryRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutInventoryRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildPutInventoryRequest.Builder instanceId(String instanceId)
One or more instance IDs where you want to add or update inventory items.
instanceId - One or more instance IDs where you want to add or update inventory items.PutInventoryRequest.Builder items(Collection<InventoryItem> items)
The inventory items that you want to add or update on instances.
items - The inventory items that you want to add or update on instances.PutInventoryRequest.Builder items(InventoryItem... items)
The inventory items that you want to add or update on instances.
items - The inventory items that you want to add or update on instances.PutInventoryRequest.Builder items(Consumer<InventoryItem.Builder>... items)
The inventory items that you want to add or update on instances.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) PutInventoryRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutInventoryRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.