Uses of Class
software.amazon.awscdk.services.ses.CfnReceiptRule.ActionProperty.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnReceiptRule.ActionProperty.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionCfnReceiptRule.ActionProperty.Builder.addHeaderAction
(IResolvable addHeaderAction) Sets the value ofCfnReceiptRule.ActionProperty.getAddHeaderAction()
CfnReceiptRule.ActionProperty.Builder.addHeaderAction
(CfnReceiptRule.AddHeaderActionProperty addHeaderAction) Sets the value ofCfnReceiptRule.ActionProperty.getAddHeaderAction()
CfnReceiptRule.ActionProperty.Builder.bounceAction
(IResolvable bounceAction) Sets the value ofCfnReceiptRule.ActionProperty.getBounceAction()
CfnReceiptRule.ActionProperty.Builder.bounceAction
(CfnReceiptRule.BounceActionProperty bounceAction) Sets the value ofCfnReceiptRule.ActionProperty.getBounceAction()
CfnReceiptRule.ActionProperty.builder()
CfnReceiptRule.ActionProperty.Builder.lambdaAction
(IResolvable lambdaAction) Sets the value ofCfnReceiptRule.ActionProperty.getLambdaAction()
CfnReceiptRule.ActionProperty.Builder.lambdaAction
(CfnReceiptRule.LambdaActionProperty lambdaAction) Sets the value ofCfnReceiptRule.ActionProperty.getLambdaAction()
CfnReceiptRule.ActionProperty.Builder.s3Action
(IResolvable s3Action) Sets the value ofCfnReceiptRule.ActionProperty.getS3Action()
CfnReceiptRule.ActionProperty.Builder.s3Action
(CfnReceiptRule.S3ActionProperty s3Action) Sets the value ofCfnReceiptRule.ActionProperty.getS3Action()
CfnReceiptRule.ActionProperty.Builder.snsAction
(IResolvable snsAction) Sets the value ofCfnReceiptRule.ActionProperty.getSnsAction()
CfnReceiptRule.ActionProperty.Builder.snsAction
(CfnReceiptRule.SNSActionProperty snsAction) Sets the value ofCfnReceiptRule.ActionProperty.getSnsAction()
CfnReceiptRule.ActionProperty.Builder.stopAction
(IResolvable stopAction) Sets the value ofCfnReceiptRule.ActionProperty.getStopAction()
CfnReceiptRule.ActionProperty.Builder.stopAction
(CfnReceiptRule.StopActionProperty stopAction) Sets the value ofCfnReceiptRule.ActionProperty.getStopAction()
CfnReceiptRule.ActionProperty.Builder.workmailAction
(IResolvable workmailAction) Sets the value ofCfnReceiptRule.ActionProperty.getWorkmailAction()
CfnReceiptRule.ActionProperty.Builder.workmailAction
(CfnReceiptRule.WorkmailActionProperty workmailAction) Sets the value ofCfnReceiptRule.ActionProperty.getWorkmailAction()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReceiptRule.ActionProperty.Builder
.