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