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