public static interface InventoryFilter.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InventoryFilter.Builder,InventoryFilter>
| Modifier and Type | Method and Description |
|---|---|
InventoryFilter.Builder |
key(String key)
The name of the filter key.
|
InventoryFilter.Builder |
type(InventoryQueryOperatorType type)
The type of filter.
|
InventoryFilter.Builder |
type(String type)
The type of filter.
|
InventoryFilter.Builder |
values(Collection<String> values)
Inventory filter values.
|
InventoryFilter.Builder |
values(String... values)
Inventory filter values.
|
copyapply, buildInventoryFilter.Builder key(String key)
The name of the filter key.
key - The name of the filter key.InventoryFilter.Builder values(Collection<String> values)
Inventory filter values. Example: inventory filter where instance IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal
values - Inventory filter values. Example: inventory filter where instance IDs are specified as values
Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=EqualInventoryFilter.Builder values(String... values)
Inventory filter values. Example: inventory filter where instance IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection) or #withValues(java.util.Collection) if you want to override
the existing values.
values - Inventory filter values. Example: inventory filter where instance IDs are specified as values
Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=EqualInventoryFilter.Builder type(String type)
The type of filter. Valid values include the following: "Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"
type - The type of filter. Valid values include the following:
"Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"InventoryQueryOperatorTypeInventoryFilter.Builder type(InventoryQueryOperatorType type)
The type of filter. Valid values include the following: "Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"
type - The type of filter. Valid values include the following:
"Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"InventoryQueryOperatorTypeCopyright © 2017. All rights reserved.