Class CfnMailManagerRuleSetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerRuleSetMixinProps>
- Enclosing interface:
CfnMailManagerRuleSetMixinProps
@Stability(Stable)
public static final class CfnMailManagerRuleSetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerRuleSetMixinProps>
A builder for
CfnMailManagerRuleSetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnMailManagerRuleSetMixinProps.getRules()rules(IResolvable rules) Sets the value ofCfnMailManagerRuleSetMixinProps.getRules()ruleSetName(String ruleSetName) Sets the value ofCfnMailManagerRuleSetMixinProps.getRuleSetName()Sets the value ofCfnMailManagerRuleSetMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rules
Sets the value ofCfnMailManagerRuleSetMixinProps.getRules()- Parameters:
rules- Conditional rules that are evaluated for determining actions on email.- Returns:
this
-
rules
@Stability(Stable) public CfnMailManagerRuleSetMixinProps.Builder rules(List<? extends Object> rules) Sets the value ofCfnMailManagerRuleSetMixinProps.getRules()- Parameters:
rules- Conditional rules that are evaluated for determining actions on email.- Returns:
this
-
ruleSetName
Sets the value ofCfnMailManagerRuleSetMixinProps.getRuleSetName()- Parameters:
ruleSetName- A user-friendly name for the rule set.- Returns:
this
-
tags
Sets the value ofCfnMailManagerRuleSetMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerRuleSetMixinProps>- Returns:
- a new instance of
CfnMailManagerRuleSetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-