Class CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty>
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty
@Stability(Stable)
public static final class CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty>
A builder for
CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.getAttribute()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attribute
@Stability(Stable) public CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.Builder attribute(String attribute) Sets the value ofCfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.getAttribute()- Parameters:
attribute- The attribute of the email to evaluate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty>- Returns:
- a new instance of
CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty - Throws:
NullPointerException- if any required attribute was not provided
-