Interface RuleBooleanExpression.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RuleBooleanExpression.Builder,,RuleBooleanExpression> SdkBuilder<RuleBooleanExpression.Builder,,RuleBooleanExpression> SdkPojo
- Enclosing class:
 RuleBooleanExpression
public static interface RuleBooleanExpression.Builder
extends SdkPojo, CopyableBuilder<RuleBooleanExpression.Builder,RuleBooleanExpression> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault RuleBooleanExpression.Builderevaluate(Consumer<RuleBooleanToEvaluate.Builder> evaluate) The operand on which to perform a boolean condition operation.evaluate(RuleBooleanToEvaluate evaluate) The operand on which to perform a boolean condition operation.The matching operator for a boolean condition expression.operator(RuleBooleanOperator operator) The matching operator for a boolean condition expression.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
- 
evaluate
The operand on which to perform a boolean condition operation.
- Parameters:
 evaluate- The operand on which to perform a boolean condition operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
evaluate
The operand on which to perform a boolean condition operation.
This is a convenience method that creates an instance of theRuleBooleanToEvaluate.Builderavoiding the need to create one manually viaRuleBooleanToEvaluate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevaluate(RuleBooleanToEvaluate).- Parameters:
 evaluate- a consumer that will call methods onRuleBooleanToEvaluate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
operator
The matching operator for a boolean condition expression.
- Parameters:
 operator- The matching operator for a boolean condition expression.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
operator
The matching operator for a boolean condition expression.
- Parameters:
 operator- The matching operator for a boolean condition expression.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -