Interface NotificationTargetItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotificationTargetItem.Builder,
,NotificationTargetItem> SdkBuilder<NotificationTargetItem.Builder,
,NotificationTargetItem> SdkPojo
- Enclosing class:
NotificationTargetItem
public static interface NotificationTargetItem.Builder
extends SdkPojo, CopyableBuilder<NotificationTargetItem.Builder,NotificationTargetItem>
-
Method Summary
Modifier and TypeMethodDescriptionsnsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the 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
-
snsTopicArn
The Amazon Resource Name (ARN) of the SNS topic.
- Parameters:
snsTopicArn
- The Amazon Resource Name (ARN) of the SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-