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(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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
PutInventoryRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.