Uses of Class
software.amazon.awscdk.services.ses.DropSpamReceiptRuleProps.Builder
Packages that use DropSpamReceiptRuleProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of DropSpamReceiptRuleProps.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return DropSpamReceiptRuleProps.BuilderModifier 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()
Constructors in software.amazon.awscdk.services.ses with parameters of type DropSpamReceiptRuleProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDropSpamReceiptRuleProps.Builder
.