Interface Criterion.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Criterion.Builder,,- Criterion> - SdkBuilder<Criterion.Builder,,- Criterion> - SdkPojo
- Enclosing class:
- Criterion
@Mutable
@NotThreadSafe
public static interface Criterion.Builder
extends SdkPojo, CopyableBuilder<Criterion.Builder,Criterion> 
- 
Method SummaryModifier and TypeMethodDescriptionA "contains" operator to match for the filter used to create the rule.contains(Collection<String> contains) A "contains" operator to match for the filter used to create the rule.An "equals" operator to match for the filter used to create the rule.eq(Collection<String> eq) An "equals" operator to match for the filter used to create the rule.An "exists" operator to match for the filter used to create the rule.A "not equals" operator to match for the filter used to create the rule.neq(Collection<String> neq) A "not equals" operator to match for the filter used to create the rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eqAn "equals" operator to match for the filter used to create the rule. - Parameters:
- eq- An "equals" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eqAn "equals" operator to match for the filter used to create the rule. - Parameters:
- eq- An "equals" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
neqA "not equals" operator to match for the filter used to create the rule. - Parameters:
- neq- A "not equals" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
neqA "not equals" operator to match for the filter used to create the rule. - Parameters:
- neq- A "not equals" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
containsA "contains" operator to match for the filter used to create the rule. - Parameters:
- contains- A "contains" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
containsA "contains" operator to match for the filter used to create the rule. - Parameters:
- contains- A "contains" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
existsAn "exists" operator to match for the filter used to create the rule. - Parameters:
- exists- An "exists" operator to match for the filter used to create the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-