@Stability(value=Stable) public static final class CfnReceiptRule.BounceActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptRule.BounceActionProperty>
CfnReceiptRule.BounceActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.BounceActionProperty |
build()
Builds the configured instance.
|
CfnReceiptRule.BounceActionProperty.Builder |
message(String message)
Sets the value of
CfnReceiptRule.BounceActionProperty.getMessage() |
CfnReceiptRule.BounceActionProperty.Builder |
sender(String sender)
Sets the value of
CfnReceiptRule.BounceActionProperty.getSender() |
CfnReceiptRule.BounceActionProperty.Builder |
smtpReplyCode(String smtpReplyCode)
Sets the value of
CfnReceiptRule.BounceActionProperty.getSmtpReplyCode() |
CfnReceiptRule.BounceActionProperty.Builder |
statusCode(String statusCode)
Sets the value of
CfnReceiptRule.BounceActionProperty.getStatusCode() |
CfnReceiptRule.BounceActionProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnReceiptRule.BounceActionProperty.getTopicArn() |
@Stability(value=Stable) public CfnReceiptRule.BounceActionProperty.Builder message(String message)
CfnReceiptRule.BounceActionProperty.getMessage()message - `CfnReceiptRule.BounceActionProperty.Message`. This parameter is required.this@Stability(value=Stable) public CfnReceiptRule.BounceActionProperty.Builder sender(String sender)
CfnReceiptRule.BounceActionProperty.getSender()sender - `CfnReceiptRule.BounceActionProperty.Sender`. This parameter is required.this@Stability(value=Stable) public CfnReceiptRule.BounceActionProperty.Builder smtpReplyCode(String smtpReplyCode)
CfnReceiptRule.BounceActionProperty.getSmtpReplyCode()smtpReplyCode - `CfnReceiptRule.BounceActionProperty.SmtpReplyCode`. This parameter is required.this@Stability(value=Stable) public CfnReceiptRule.BounceActionProperty.Builder statusCode(String statusCode)
CfnReceiptRule.BounceActionProperty.getStatusCode()statusCode - `CfnReceiptRule.BounceActionProperty.StatusCode`.this@Stability(value=Stable) public CfnReceiptRule.BounceActionProperty.Builder topicArn(String topicArn)
CfnReceiptRule.BounceActionProperty.getTopicArn()topicArn - `CfnReceiptRule.BounceActionProperty.TopicArn`.this@Stability(value=Stable) public CfnReceiptRule.BounceActionProperty build()
build in interface software.amazon.jsii.Builder<CfnReceiptRule.BounceActionProperty>CfnReceiptRule.BounceActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.