Interface NotificationConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NotificationConfiguration.Builder,,- NotificationConfiguration> - SdkBuilder<NotificationConfiguration.Builder,,- NotificationConfiguration> - SdkPojo
- Enclosing class:
- NotificationConfiguration
@Mutable
@NotThreadSafe
public static interface NotificationConfiguration.Builder
extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionnotificationTopicArn(String notificationTopicArn) The ARN for the Amazon SNS topic to which notifications should be published.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
notificationTopicArnThe ARN for the Amazon SNS topic to which notifications should be published. - Parameters:
- notificationTopicArn- The ARN for the Amazon SNS topic to which notifications should be published.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-