@Stability(value=Stable) public static final class CfnReceiptRule.WorkmailActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptRule.WorkmailActionProperty>
CfnReceiptRule.WorkmailActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.WorkmailActionProperty |
build()
Builds the configured instance.
|
CfnReceiptRule.WorkmailActionProperty.Builder |
organizationArn(String organizationArn)
Sets the value of
CfnReceiptRule.WorkmailActionProperty.getOrganizationArn() |
CfnReceiptRule.WorkmailActionProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnReceiptRule.WorkmailActionProperty.getTopicArn() |
@Stability(value=Stable) public CfnReceiptRule.WorkmailActionProperty.Builder organizationArn(String organizationArn)
CfnReceiptRule.WorkmailActionProperty.getOrganizationArn()organizationArn - The Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail ARNs use the following format:. This parameter is required.
arn:aws:workmail:<region>:<awsAccountId>:organization/<workmailOrganizationId>
You can find the ID of your organization by using the ListOrganizations operation in Amazon WorkMail. Amazon WorkMail organization IDs begin with " m- ", followed by a string of alphanumeric characters.
For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide .
this@Stability(value=Stable) public CfnReceiptRule.WorkmailActionProperty.Builder topicArn(String topicArn)
CfnReceiptRule.WorkmailActionProperty.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.
You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
this@Stability(value=Stable) public CfnReceiptRule.WorkmailActionProperty build()
build in interface software.amazon.jsii.Builder<CfnReceiptRule.WorkmailActionProperty>CfnReceiptRule.WorkmailActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.