@Stability(value=Experimental) public static final class WorkmailActionConfig.Builder extends Object implements software.amazon.jsii.Builder<WorkmailActionConfig>
WorkmailActionConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WorkmailActionConfig |
build()
Builds the configured instance.
|
WorkmailActionConfig.Builder |
organizationArn(String organizationArn)
Sets the value of
WorkmailActionConfig.getOrganizationArn() |
WorkmailActionConfig.Builder |
topicArn(String topicArn)
Sets the value of
WorkmailActionConfig.getTopicArn() |
@Stability(value=Experimental) public WorkmailActionConfig.Builder organizationArn(String organizationArn)
WorkmailActionConfig.getOrganizationArn()organizationArn - The Amazon Resource Name (ARN) of the Amazon WorkMail organization. This parameter is required.this@Stability(value=Experimental) public WorkmailActionConfig.Builder topicArn(String topicArn)
WorkmailActionConfig.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.this@Stability(value=Experimental) public WorkmailActionConfig build()
build in interface software.amazon.jsii.Builder<WorkmailActionConfig>WorkmailActionConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.