Uses of Class
software.amazon.awscdk.services.ses.ReceiptRuleSetProps.Builder
Packages that use ReceiptRuleSetProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of ReceiptRuleSetProps.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return ReceiptRuleSetProps.BuilderModifier and TypeMethodDescriptionstatic ReceiptRuleSetProps.Builder
ReceiptRuleSetProps.builder()
Sets the value ofReceiptRuleSetProps.getDropSpam()
ReceiptRuleSetProps.Builder.receiptRuleSetName
(String receiptRuleSetName) Sets the value ofReceiptRuleSetProps.getReceiptRuleSetName()
ReceiptRuleSetProps.Builder.rules
(List<? extends ReceiptRuleOptions> rules) Sets the value ofReceiptRuleSetProps.getRules()
Constructors in software.amazon.awscdk.services.ses with parameters of type ReceiptRuleSetProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ReceiptRuleSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theReceiptRuleSetProps.Builder
.