public static interface PutInventoryRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<PutInventoryRequest.Builder,PutInventoryRequest>
Modifier and Type | Method and Description |
---|---|
PutInventoryRequest.Builder |
instanceId(String instanceId)
An instance ID 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutInventoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutInventoryRequest.Builder instanceId(String instanceId)
An instance ID where you want to add or update inventory items.
instanceId
- An instance ID 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutInventoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.