public static interface InventoryFilter.Builder extends 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.
|
copy
apply, build
InventoryFilter.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
,
InventoryQueryOperatorType
InventoryFilter.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
,
InventoryQueryOperatorType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.