@Stability(value=Experimental) public static final class ReceiptRuleProps.Builder extends Object implements software.amazon.jsii.Builder<ReceiptRuleProps>
ReceiptRuleProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public ReceiptRuleProps.Builder ruleSet(IReceiptRuleSet ruleSet)
ReceiptRuleProps.getRuleSet()ruleSet - The name of the rule set that the receipt rule will be added to. This parameter is required.this@Stability(value=Experimental) public ReceiptRuleProps.Builder actions(List<? extends IReceiptRuleAction> actions)
ReceiptRuleOptions.getActions()actions - An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.this@Stability(value=Experimental) public ReceiptRuleProps.Builder after(IReceiptRule after)
ReceiptRuleOptions.getAfter()after - An existing rule after which the new rule will be placed.this@Stability(value=Experimental) public ReceiptRuleProps.Builder enabled(Boolean enabled)
ReceiptRuleOptions.getEnabled()enabled - Whether the rule is active.this@Stability(value=Experimental) public ReceiptRuleProps.Builder receiptRuleName(String receiptRuleName)
ReceiptRuleOptions.getReceiptRuleName()receiptRuleName - The name for the rule.this@Stability(value=Experimental) public ReceiptRuleProps.Builder recipients(List<String> recipients)
ReceiptRuleOptions.getRecipients()recipients - The recipient domains and email addresses that the receipt rule applies to.this@Stability(value=Experimental) public ReceiptRuleProps.Builder scanEnabled(Boolean scanEnabled)
ReceiptRuleOptions.getScanEnabled()scanEnabled - Whether to scan for spam and viruses.this@Stability(value=Experimental) public ReceiptRuleProps.Builder tlsPolicy(TlsPolicy tlsPolicy)
ReceiptRuleOptions.getTlsPolicy()tlsPolicy - Whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).this@Stability(value=Experimental) public ReceiptRuleProps build()
build in interface software.amazon.jsii.Builder<ReceiptRuleProps>ReceiptRulePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.