public static interface SNSAction.Builder extends SdkPojo, CopyableBuilder<SNSAction.Builder,SNSAction>
| Modifier and Type | Method and Description |
|---|---|
SNSAction.Builder |
encoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction.Builder |
encoding(String encoding)
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSNSAction.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. 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.
topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. 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.
SNSAction.Builder encoding(String encoding)
The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.
encoding - The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may
not preserve all special characters when a message was encoded with a different encoding format.
Base64 preserves all special characters. The default value is UTF-8.SNSActionEncoding,
SNSActionEncodingSNSAction.Builder encoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may not preserve all special characters when a message was encoded with a different encoding format. Base64 preserves all special characters. The default value is UTF-8.
encoding - The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to use, but may
not preserve all special characters when a message was encoded with a different encoding format.
Base64 preserves all special characters. The default value is UTF-8.SNSActionEncoding,
SNSActionEncodingCopyright © 2023. All rights reserved.