CopyableBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
, SdkBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
public static interface ListSubscriptionsByTopicRequest.Builder extends CopyableBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.