Interface SnsUnsubscribeConfirmation.Builder
- All Superinterfaces:
SnsMessage.Builder<SnsUnsubscribeConfirmation.Builder>
- Enclosing class:
SnsUnsubscribeConfirmation
public static interface SnsUnsubscribeConfirmation.Builder
extends SnsMessage.Builder<SnsUnsubscribeConfirmation.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()subscribeUrl(URI subscribeUrl) The URL that can be visited used to re-confirm subscription to the topic.A value that can be used with the ConfirmSubscription API to reconfirm 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 used to re-confirm subscription to the topic. -
token
A value that can be used with the ConfirmSubscription API to reconfirm subscription to the topic. -
build
SnsUnsubscribeConfirmation build()
-