public static interface InventoryFilter.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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
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"InventoryQueryOperatorType,
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"InventoryQueryOperatorType,
InventoryQueryOperatorTypeCopyright © 2020. All rights reserved.