Uses of Class
software.amazon.awscdk.services.ses.BounceActionConfig.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of BounceActionConfig.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionstatic BounceActionConfig.Builder
BounceActionConfig.builder()
Sets the value ofBounceActionConfig.getMessage()
Sets the value ofBounceActionConfig.getSender()
BounceActionConfig.Builder.smtpReplyCode
(String smtpReplyCode) Sets the value ofBounceActionConfig.getSmtpReplyCode()
BounceActionConfig.Builder.statusCode
(String statusCode) Sets the value ofBounceActionConfig.getStatusCode()
Sets the value ofBounceActionConfig.getTopicArn()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BounceActionConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theBounceActionConfig.Builder
.