public static interface InvalidSnsTopicException.Builder extends CopyableBuilder<InvalidSnsTopicException.Builder,InvalidSnsTopicException>
| Modifier and Type | Method and Description |
|---|---|
InvalidSnsTopicException.Builder |
message(String message) |
InvalidSnsTopicException.Builder |
topic(String topic)
Indicates that the topic does not exist.
|
copyapply, buildInvalidSnsTopicException.Builder topic(String topic)
Indicates that the topic does not exist.
topic - Indicates that the topic does not exist.InvalidSnsTopicException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.