Interface HarnessHookSnsTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessHookSnsTarget.Builder,,HarnessHookSnsTarget> SdkBuilder<HarnessHookSnsTarget.Builder,,HarnessHookSnsTarget> SdkPojo
- Enclosing class:
HarnessHookSnsTarget
@Mutable
@NotThreadSafe
public static interface HarnessHookSnsTarget.Builder
extends SdkPojo, CopyableBuilder<HarnessHookSnsTarget.Builder,HarnessHookSnsTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Amazon SNS topic to publish hook events to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the Amazon SNS topic to publish hook events to.
- Parameters:
arn- The ARN of the Amazon SNS topic to publish hook events to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-