Class CfnReceiptRuleSetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRuleSetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReceiptRuleSetMixinProps>
- Enclosing interface:
CfnReceiptRuleSetMixinProps
@Stability(Stable)
public static final class CfnReceiptRuleSetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReceiptRuleSetMixinProps>
A builder for
CfnReceiptRuleSetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ruleSetName(String ruleSetName) Sets the value ofCfnReceiptRuleSetMixinProps.getRuleSetName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleSetName
Sets the value ofCfnReceiptRuleSetMixinProps.getRuleSetName()- Parameters:
ruleSetName- The name of the receipt rule set to make active. Setting this value to null disables all email receiving.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReceiptRuleSetMixinProps>- Returns:
- a new instance of
CfnReceiptRuleSetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-