Interface SnsTopicConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnsTopicConfiguration.Builder,
,SnsTopicConfiguration> SdkBuilder<SnsTopicConfiguration.Builder,
,SnsTopicConfiguration> SdkPojo
- Enclosing class:
SnsTopicConfiguration
public static interface SnsTopicConfiguration.Builder
extends SdkPojo, CopyableBuilder<SnsTopicConfiguration.Builder,SnsTopicConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontopicPolicy
(String topicPolicy) The JSON policy text that defines who can access an Amazon SNS topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
topicPolicy
The JSON policy text that defines who can access an Amazon SNS topic. For more information, see Example cases for Amazon SNS access control in the Amazon SNS Developer Guide.
- Parameters:
topicPolicy
- The JSON policy text that defines who can access an Amazon SNS topic. For more information, see Example cases for Amazon SNS access control in the Amazon SNS Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-