Interface BooleanCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BooleanCondition.Builder,,BooleanCondition> SdkBuilder<BooleanCondition.Builder,,BooleanCondition> SdkPojo
- Enclosing class:
BooleanCondition
@Mutable
@NotThreadSafe
public static interface BooleanCondition.Builder
extends SdkPojo, CopyableBuilder<BooleanCondition.Builder,BooleanCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonType(String comparisonType) Boolean property comparison type.comparisonType(BooleanComparisonType comparisonType) Boolean property comparison type.A name of the property to be searched.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
-
fieldName
A name of the property to be searched.
- Parameters:
fieldName- A name of the property to be searched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonType
Boolean property comparison type.
- Parameters:
comparisonType- Boolean property comparison type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonType
Boolean property comparison type.
- Parameters:
comparisonType- Boolean property comparison type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-