@Stability(value=Stable) public static final class CfnReceiptRule.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptRule>
CfnReceiptRule.| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.Builder |
after(String after)
The name of an existing rule after which the new rule is placed.
|
CfnReceiptRule |
build() |
static CfnReceiptRule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReceiptRule.Builder |
rule(CfnReceiptRule.RuleProperty rule)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
CfnReceiptRule.Builder |
rule(IResolvable rule)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
CfnReceiptRule.Builder |
ruleSetName(String ruleSetName)
The name of the rule set where the receipt rule is added.
|
@Stability(value=Stable) public static CfnReceiptRule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnReceiptRule.ActionProperty.Builder.@Stability(value=Stable) public CfnReceiptRule.Builder rule(CfnReceiptRule.RuleProperty rule)
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 CfnReceiptRule.Builder rule(IResolvable rule)
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 CfnReceiptRule.Builder ruleSetName(String ruleSetName)
ruleSetName - The name of the rule set where the receipt rule is added. This parameter is required.this@Stability(value=Stable) public CfnReceiptRule.Builder after(String after)
If this parameter is null, the new rule is inserted at the beginning of the rule list.
after - The name of an existing rule after which the new rule is placed. This parameter is required.this@Stability(value=Stable) public CfnReceiptRule build()
build in interface software.amazon.jsii.Builder<CfnReceiptRule>Copyright © 2022. All rights reserved.