Interface SnsNotification.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The subject of the message.unsubscribeUrl(URI unsubscribeUrl) The URL that can be visited to unsubscribe from the topic.Methods inherited from interface software.amazon.awssdk.messagemanager.sns.model.SnsMessage.Builder
message, messageId, signature, signatureVersion, signingCertUrl, timestamp, topicArn
-
Method Details
-
subject
The subject of the message. This may benull. -
unsubscribeUrl
The URL that can be visited to unsubscribe from the topic. -
build
SnsNotification build()
-