@Stability(value=Stable) public static final class EmailForwardingRuleSetProps.Builder extends Object implements software.amazon.jsii.Builder<EmailForwardingRuleSetProps>
EmailForwardingRuleSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmailForwardingRuleSetProps |
build()
Builds the configured instance.
|
EmailForwardingRuleSetProps.Builder |
emailForwardingProps(List<? extends EmailForwardingProps> emailForwardingProps)
Sets the value of
EmailForwardingRuleSetProps.getEmailForwardingProps() |
EmailForwardingRuleSetProps.Builder |
enableRuleSet(Boolean enableRuleSet)
Sets the value of
EmailForwardingRuleSetProps.getEnableRuleSet() |
EmailForwardingRuleSetProps.Builder |
ruleSet(software.amazon.awscdk.services.ses.IReceiptRuleSet ruleSet)
Sets the value of
EmailForwardingRuleSetProps.getRuleSet() |
EmailForwardingRuleSetProps.Builder |
ruleSetName(String ruleSetName)
Sets the value of
EmailForwardingRuleSetProps.getRuleSetName() |
@Stability(value=Stable) public EmailForwardingRuleSetProps.Builder emailForwardingProps(List<? extends EmailForwardingProps> emailForwardingProps)
EmailForwardingRuleSetProps.getEmailForwardingProps()emailForwardingProps - A list of mapping options to define how emails should be forwarded. This parameter is required.this@Stability(value=Stable) public EmailForwardingRuleSetProps.Builder enableRuleSet(Boolean enableRuleSet)
EmailForwardingRuleSetProps.getEnableRuleSet()enableRuleSet - Optional: whether to enable the rule set or not.this@Stability(value=Stable) public EmailForwardingRuleSetProps.Builder ruleSet(software.amazon.awscdk.services.ses.IReceiptRuleSet ruleSet)
EmailForwardingRuleSetProps.getRuleSet()ruleSet - Optional: an existing SES receipt rule set.
If none is provided, a new one will be created using the name provided with ruleSetName or a default one.this@Stability(value=Stable) public EmailForwardingRuleSetProps.Builder ruleSetName(String ruleSetName)
EmailForwardingRuleSetProps.getRuleSetName()ruleSetName - Optional: provide a name for the receipt rule set that this construct creates if you don't provide one.this@Stability(value=Stable) public EmailForwardingRuleSetProps build()
build in interface software.amazon.jsii.Builder<EmailForwardingRuleSetProps>EmailForwardingRuleSetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.