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 managed node 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 managed nodes.
|
PutInventoryRequest.Builder |
items(Consumer<InventoryItem.Builder>... items)
The inventory items that you want to add or update on managed nodes.
|
PutInventoryRequest.Builder |
items(InventoryItem... items)
The inventory items that you want to add or update on managed nodes.
|
PutInventoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutInventoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutInventoryRequest.Builder instanceId(String instanceId)
An managed node ID where you want to add or update inventory items.
instanceId - An managed node 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 managed nodes.
items - The inventory items that you want to add or update on managed nodes.PutInventoryRequest.Builder items(InventoryItem... items)
The inventory items that you want to add or update on managed nodes.
items - The inventory items that you want to add or update on managed nodes.PutInventoryRequest.Builder items(Consumer<InventoryItem.Builder>... items)
The inventory items that you want to add or update on managed nodes.
This is a convenience method that creates an instance of theInventoryItem.Builder avoiding the need to create one
manually via InventoryItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #items(List.
items - a consumer that will call methods on
InventoryItem.Builder#items(java.util.Collection) PutInventoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutInventoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.