Class CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty>
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty
@Stability(Stable)
public static final class CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysis(IResolvable analysis) build()Builds the configured instance.isInAddressList(IResolvable isInAddressList)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
analysis
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder analysis(IResolvable analysis) - Parameters:
analysis- The Add On ARN and its returned value to evaluate in a boolean condition expression.- Returns:
this
-
analysis
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder analysis(CfnMailManagerRuleSetPropsMixin.AnalysisProperty analysis) - Parameters:
analysis- The Add On ARN and its returned value to evaluate in a boolean condition expression.- Returns:
this
-
attribute
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder attribute(String attribute) - Parameters:
attribute- The boolean type representing the allowed attribute types for an email.- Returns:
this
-
isInAddressList
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder isInAddressList(IResolvable isInAddressList) Sets the value ofCfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.getIsInAddressList()- Parameters:
isInAddressList- The structure representing the address lists and address list attribute that will be used in evaluation of boolean expression.- Returns:
this
-
isInAddressList
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.Builder isInAddressList(CfnMailManagerRuleSetPropsMixin.RuleIsInAddressListProperty isInAddressList) Sets the value ofCfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty.getIsInAddressList()- Parameters:
isInAddressList- The structure representing the address lists and address list attribute that will be used in evaluation of boolean expression.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty>- Returns:
- a new instance of
CfnMailManagerRuleSetPropsMixin.RuleBooleanToEvaluateProperty - Throws:
NullPointerException- if any required attribute was not provided
-