Interface StringCondition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StringCondition.Builder,,- StringCondition> - SdkBuilder<StringCondition.Builder,,- StringCondition> - SdkPojo
- Enclosing class:
- StringCondition
- 
Method SummaryModifier and TypeMethodDescriptionA string that defines what values will be returned.operator(StringConditionOperator operator) A string that defines what values will be returned.The value of the string.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- 
valueThe 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.
 
- 
operatorA string that defines what values will be returned. If this is included, avoid combinations of operators that will return all possible values. For example, including both EQUALS_TOandNOT_EQUALS_TOwith a value of4will return all values.- Parameters:
- operator- A string that defines what values will be returned.- If this is included, avoid combinations of operators that will return all possible values. For example, including both - EQUALS_TOand- NOT_EQUALS_TOwith a value of- 4will return all values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
operatorA string that defines what values will be returned. If this is included, avoid combinations of operators that will return all possible values. For example, including both EQUALS_TOandNOT_EQUALS_TOwith a value of4will return all values.- Parameters:
- operator- A string that defines what values will be returned.- If this is included, avoid combinations of operators that will return all possible values. For example, including both - EQUALS_TOand- NOT_EQUALS_TOwith a value of- 4will return all values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-