public static interface ComplianceStringFilter.Builder extends CopyableBuilder<ComplianceStringFilter.Builder,ComplianceStringFilter>
| Modifier and Type | Method and Description |
|---|---|
ComplianceStringFilter.Builder |
key(String key)
The name of the filter.
|
ComplianceStringFilter.Builder |
type(ComplianceQueryOperatorType type)
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or
GreaterThan.
|
ComplianceStringFilter.Builder |
type(String type)
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or
GreaterThan.
|
ComplianceStringFilter.Builder |
values(Collection<String> values)
The value for which to search.
|
ComplianceStringFilter.Builder |
values(String... values)
The value for which to search.
|
copyapply, buildComplianceStringFilter.Builder key(String key)
The name of the filter.
key - The name of the filter.ComplianceStringFilter.Builder values(Collection<String> values)
The value for which to search.
values - The value for which to search.ComplianceStringFilter.Builder values(String... values)
The value for which to search.
values - The value for which to search.ComplianceStringFilter.Builder type(String type)
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
type - The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan,
or GreaterThan.ComplianceQueryOperatorType,
ComplianceQueryOperatorTypeComplianceStringFilter.Builder type(ComplianceQueryOperatorType type)
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
type - The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan,
or GreaterThan.ComplianceQueryOperatorType,
ComplianceQueryOperatorTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.