@Stability(value=Stable) public static final class CfnReceiptRuleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptRuleProps>
CfnReceiptRuleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRuleProps.Builder |
after(String after)
Sets the value of
CfnReceiptRuleProps.getAfter() |
CfnReceiptRuleProps |
build()
Builds the configured instance.
|
CfnReceiptRuleProps.Builder |
rule(CfnReceiptRule.RuleProperty rule)
Sets the value of
CfnReceiptRuleProps.getRule() |
CfnReceiptRuleProps.Builder |
rule(IResolvable rule)
Sets the value of
CfnReceiptRuleProps.getRule() |
CfnReceiptRuleProps.Builder |
ruleSetName(String ruleSetName)
Sets the value of
CfnReceiptRuleProps.getRuleSetName() |
@Stability(value=Stable) public CfnReceiptRuleProps.Builder rule(CfnReceiptRule.RuleProperty rule)
CfnReceiptRuleProps.getRule()rule - A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy. This parameter is required.this@Stability(value=Stable) public CfnReceiptRuleProps.Builder rule(IResolvable rule)
CfnReceiptRuleProps.getRule()rule - A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy. This parameter is required.this@Stability(value=Stable) public CfnReceiptRuleProps.Builder ruleSetName(String ruleSetName)
CfnReceiptRuleProps.getRuleSetName()ruleSetName - The name of the rule set where the receipt rule is added. This parameter is required.this@Stability(value=Stable) public CfnReceiptRuleProps.Builder after(String after)
CfnReceiptRuleProps.getAfter()after - The name of an existing rule after which the new rule is placed.
If this parameter is null, the new rule is inserted at the beginning of the rule list.this@Stability(value=Stable) public CfnReceiptRuleProps build()
build in interface software.amazon.jsii.Builder<CfnReceiptRuleProps>CfnReceiptRulePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.