Interface SnsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnsConfiguration.Builder,
,SnsConfiguration> SdkBuilder<SnsConfiguration.Builder,
,SnsConfiguration> SdkPojo
- Enclosing class:
SnsConfiguration
public static interface SnsConfiguration.Builder
extends SdkPojo, CopyableBuilder<SnsConfiguration.Builder,SnsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSNS topic ARN that the scheduled query status notifications will be sent to.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
-
topicArn
SNS topic ARN that the scheduled query status notifications will be sent to.
- Parameters:
topicArn
- SNS topic ARN that the scheduled query status notifications will be sent to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-