public static interface ListSubscriptionsByTopicRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionsByTopicRequest.Builder |
nextToken(String nextToken)
Token returned by the previous
ListSubscriptionsByTopic request. |
ListSubscriptionsByTopicRequest.Builder |
topicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
|
ListSubscriptionsByTopicRequest.Builder topicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
topicArn - The ARN of the topic for which you wish to find subscriptions.ListSubscriptionsByTopicRequest.Builder nextToken(String nextToken)
Token returned by the previous ListSubscriptionsByTopic request.
nextToken - Token returned by the previous ListSubscriptionsByTopic request.Copyright © 2017. All rights reserved.