@Stability(value=Experimental) public static final class SnsTopicActionProps.Builder extends Object implements software.amazon.jsii.Builder<SnsTopicActionProps>
SnsTopicActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SnsTopicActionProps |
build()
Builds the configured instance.
|
SnsTopicActionProps.Builder |
messageFormat(SnsActionMessageFormat messageFormat)
Sets the value of
SnsTopicActionProps.getMessageFormat() |
SnsTopicActionProps.Builder |
role(IRole role)
Sets the value of
CommonActionProps.getRole() |
@Stability(value=Experimental) public SnsTopicActionProps.Builder messageFormat(SnsActionMessageFormat messageFormat)
SnsTopicActionProps.getMessageFormat()messageFormat - The message format of the message to publish.
SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted.this@Stability(value=Experimental) public SnsTopicActionProps.Builder role(IRole role)
CommonActionProps.getRole()role - The IAM role that allows access to AWS service.this@Stability(value=Experimental) public SnsTopicActionProps build()
build in interface software.amazon.jsii.Builder<SnsTopicActionProps>SnsTopicActionPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.