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