Uses of Class
software.amazon.awscdk.services.ses.DropSpamReceiptRuleProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of DropSpamReceiptRuleProps.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionDropSpamReceiptRuleProps.Builder.actions
(List<? extends IReceiptRuleAction> actions) Sets the value ofReceiptRuleOptions.getActions()
DropSpamReceiptRuleProps.Builder.after
(IReceiptRule after) Sets the value ofReceiptRuleOptions.getAfter()
DropSpamReceiptRuleProps.builder()
Sets the value ofReceiptRuleOptions.getEnabled()
DropSpamReceiptRuleProps.Builder.receiptRuleName
(String receiptRuleName) Sets the value ofReceiptRuleOptions.getReceiptRuleName()
DropSpamReceiptRuleProps.Builder.recipients
(List<String> recipients) Sets the value ofReceiptRuleOptions.getRecipients()
DropSpamReceiptRuleProps.Builder.ruleSet
(IReceiptRuleSet ruleSet) Sets the value ofReceiptRuleProps.getRuleSet()
DropSpamReceiptRuleProps.Builder.scanEnabled
(Boolean scanEnabled) Sets the value ofReceiptRuleOptions.getScanEnabled()
Sets the value ofReceiptRuleOptions.getTlsPolicy()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDropSpamReceiptRuleProps.Builder
.