Class CfnReceiptRuleSetProps.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnReceiptRuleSetProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReceiptRuleSetProps>
- Enclosing interface:
CfnReceiptRuleSetProps
@Stability(Stable)
public static final class CfnReceiptRuleSetProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReceiptRuleSetProps>
A builder for
CfnReceiptRuleSetProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.ruleSetName
(String ruleSetName) Sets the value ofCfnReceiptRuleSetProps.getRuleSetName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleSetName
Sets the value ofCfnReceiptRuleSetProps.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnReceiptRuleSetProps>
- Returns:
- a new instance of
CfnReceiptRuleSetProps
- Throws:
NullPointerException
- if any required attribute was not provided
-