Interface StringCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StringCondition.Builder,
,StringCondition> SdkBuilder<StringCondition.Builder,
,StringCondition> SdkPojo
- Enclosing class:
StringCondition
public static interface StringCondition.Builder
extends SdkPojo, CopyableBuilder<StringCondition.Builder,StringCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonType
(String comparisonType) The type of comparison to be made when evaluating the string condition.comparisonType
(StringComparisonType comparisonType) The type of comparison to be made when evaluating the string condition.The name of the field in the string condition.The value of the string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fieldName
The name of the field in the string condition.
- Parameters:
fieldName
- The name of the field in the string condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the string.
- Parameters:
value
- The value of the string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonType
The type of comparison to be made when evaluating the string condition.
- Parameters:
comparisonType
- The type of comparison to be made when evaluating the string condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonType
The type of comparison to be made when evaluating the string condition.
- Parameters:
comparisonType
- The type of comparison to be made when evaluating the string condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-