Interface SnsChannelConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnsChannelConfig.Builder,SnsChannelConfig>,SdkBuilder<SnsChannelConfig.Builder,SnsChannelConfig>,SdkPojo
- Enclosing class:
- SnsChannelConfig
public static interface SnsChannelConfig.Builder extends SdkPojo, CopyableBuilder<SnsChannelConfig.Builder,SnsChannelConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnsChannelConfig.BuildertopicArn(String topicArn)The Amazon Resource Name (ARN) of an Amazon Simple Notification Service 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 Detail
-
topicArn
SnsChannelConfig.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.
- Parameters:
topicArn- The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-