public static interface ListSubscriptionsByTopicRequest.Builder extends SNSRequest.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListSubscriptionsByTopicRequest.Builder |
topicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListSubscriptionsByTopicRequest.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.ListSubscriptionsByTopicRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.