Interface ComplianceStringFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComplianceStringFilter.Builder,,ComplianceStringFilter> SdkBuilder<ComplianceStringFilter.Builder,,ComplianceStringFilter> SdkPojo
- Enclosing class:
- ComplianceStringFilter
@Mutable
@NotThreadSafe
public static interface ComplianceStringFilter.Builder
extends SdkPojo, CopyableBuilder<ComplianceStringFilter.Builder,ComplianceStringFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter.The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.The value for which to search.values(Collection<String> values) The value for which to search.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The name of the filter.
- Parameters:
key- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value for which to search.
- Parameters:
values- The value for which to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value for which to search.
- Parameters:
values- The value for which to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
- Parameters:
type- The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
- Parameters:
type- The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-