Uses of Class
software.amazon.awscdk.services.ses.ReceiptRuleActionConfig.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of ReceiptRuleActionConfig.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionReceiptRuleActionConfig.Builder.addHeaderAction
(AddHeaderActionConfig addHeaderAction) Sets the value ofReceiptRuleActionConfig.getAddHeaderAction()
ReceiptRuleActionConfig.Builder.bounceAction
(BounceActionConfig bounceAction) Sets the value ofReceiptRuleActionConfig.getBounceAction()
ReceiptRuleActionConfig.builder()
ReceiptRuleActionConfig.Builder.lambdaAction
(LambdaActionConfig lambdaAction) Sets the value ofReceiptRuleActionConfig.getLambdaAction()
ReceiptRuleActionConfig.Builder.s3Action
(S3ActionConfig s3Action) Sets the value ofReceiptRuleActionConfig.getS3Action()
ReceiptRuleActionConfig.Builder.snsAction
(SNSActionConfig snsAction) Sets the value ofReceiptRuleActionConfig.getSnsAction()
ReceiptRuleActionConfig.Builder.stopAction
(StopActionConfig stopAction) Sets the value ofReceiptRuleActionConfig.getStopAction()
ReceiptRuleActionConfig.Builder.workmailAction
(WorkmailActionConfig workmailAction) Sets the value ofReceiptRuleActionConfig.getWorkmailAction()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theReceiptRuleActionConfig.Builder
.