Interface PublishFindingToSnsParams.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PublishFindingToSnsParams.Builder,
,PublishFindingToSnsParams> SdkBuilder<PublishFindingToSnsParams.Builder,
,PublishFindingToSnsParams> SdkPojo
- Enclosing class:
PublishFindingToSnsParams
@Mutable
@NotThreadSafe
public static interface PublishFindingToSnsParams.Builder
extends SdkPojo, CopyableBuilder<PublishFindingToSnsParams.Builder,PublishFindingToSnsParams>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the topic to which you want to publish the findings.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, sdkFieldNameToField, sdkFields
-
Method Details
-
topicArn
The ARN of the topic to which you want to publish the findings.
- Parameters:
topicArn
- The ARN of the topic to which you want to publish the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-