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