Class CfnMailManagerRuleSet.RuleBooleanExpressionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RuleBooleanExpressionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerRuleSet.RuleBooleanExpressionProperty>
- Enclosing interface:
CfnMailManagerRuleSet.RuleBooleanExpressionProperty
@Stability(Stable)
public static final class CfnMailManagerRuleSet.RuleBooleanExpressionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerRuleSet.RuleBooleanExpressionProperty>
A builder for
CfnMailManagerRuleSet.RuleBooleanExpressionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.evaluate(IResolvable evaluate) Sets the value ofCfnMailManagerRuleSet.RuleBooleanExpressionProperty.getEvaluate()Sets the value ofCfnMailManagerRuleSet.RuleBooleanExpressionProperty.getEvaluate()Sets the value ofCfnMailManagerRuleSet.RuleBooleanExpressionProperty.getOperator()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
evaluate
@Stability(Stable) public CfnMailManagerRuleSet.RuleBooleanExpressionProperty.Builder evaluate(IResolvable evaluate) Sets the value ofCfnMailManagerRuleSet.RuleBooleanExpressionProperty.getEvaluate()- Parameters:
evaluate- The operand on which to perform a boolean condition operation. This parameter is required.- Returns:
this
-
evaluate
@Stability(Stable) public CfnMailManagerRuleSet.RuleBooleanExpressionProperty.Builder evaluate(CfnMailManagerRuleSet.RuleBooleanToEvaluateProperty evaluate) Sets the value ofCfnMailManagerRuleSet.RuleBooleanExpressionProperty.getEvaluate()- Parameters:
evaluate- The operand on which to perform a boolean condition operation. This parameter is required.- Returns:
this
-
operator
@Stability(Stable) public CfnMailManagerRuleSet.RuleBooleanExpressionProperty.Builder operator(String operator) Sets the value ofCfnMailManagerRuleSet.RuleBooleanExpressionProperty.getOperator()- Parameters:
operator- The matching operator for a boolean condition expression. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerRuleSet.RuleBooleanExpressionProperty>- Returns:
- a new instance of
CfnMailManagerRuleSet.RuleBooleanExpressionProperty - Throws:
NullPointerException- if any required attribute was not provided
-