Class CfnReceiptRuleSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRuleSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReceiptRuleSetPropsMixin>
- Enclosing class:
CfnReceiptRuleSetPropsMixin
@Stability(Stable)
public static final class CfnReceiptRuleSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReceiptRuleSetPropsMixin>
A fluent builder for
CfnReceiptRuleSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) ruleSetName(String ruleSetName) The name of the receipt rule set to make active.
-
Method Details
-
create
@Stability(Stable) public static CfnReceiptRuleSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnReceiptRuleSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnReceiptRuleSetPropsMixin.Builder.
-
ruleSetName
The name of the receipt rule set to make active.Setting this value to null disables all email receiving.
- Parameters:
ruleSetName- The name of the receipt rule set to make active. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReceiptRuleSetPropsMixin>- Returns:
- a newly built instance of
CfnReceiptRuleSetPropsMixin.
-