Interface SnsSubscriptionConfirmation.Builder
- All Superinterfaces:
SnsMessage.Builder<SnsSubscriptionConfirmation.Builder>
- Enclosing class:
SnsSubscriptionConfirmation
public static interface SnsSubscriptionConfirmation.Builder
extends SnsMessage.Builder<SnsSubscriptionConfirmation.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()subscribeUrl(URI subscribeUrl) The URL that can be visited to confirm subscription to the topic.A value that can be used with the ConfirmSubscription API to confirm subscription to the topic.Methods inherited from interface software.amazon.awssdk.messagemanager.sns.model.SnsMessage.Builder
message, messageId, signature, signatureVersion, signingCertUrl, timestamp, topicArn
-
Method Details
-
subscribeUrl
The URL that can be visited to confirm subscription to the topic. -
token
A value that can be used with the ConfirmSubscription API to confirm subscription to the topic. -
build
SnsSubscriptionConfirmation build()
-