CopyableBuilder<SNSAction.Builder,SNSAction>
, SdkBuilder<SNSAction.Builder,SNSAction>
public static interface SNSAction.Builder extends CopyableBuilder<SNSAction.Builder,SNSAction>
Modifier and Type | Method | Description |
---|---|---|
SNSAction.Builder |
encoding(String encoding) |
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction.Builder |
encoding(SNSActionEncoding 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.
|
copy
apply, build
SNSAction.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. 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. An example of an Amazon SNS topic
ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. 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
SNSAction.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.