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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListSubscriptionsByTopicRequest.Builder |
topicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
|
buildrequestOverrideConfigcopyapply, 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.ListSubscriptionsByTopicRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.