Interface ListSubscriptionsByTopicRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
,SdkBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
,SdkPojo
,SdkRequest.Builder
,SnsRequest.Builder
- Enclosing class:
- ListSubscriptionsByTopicRequest
public static interface ListSubscriptionsByTopicRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSubscriptionsByTopicRequest.Builder
nextToken(String nextToken)
Token returned by the previousListSubscriptionsByTopic
request.ListSubscriptionsByTopicRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListSubscriptionsByTopicRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListSubscriptionsByTopicRequest.Builder
topicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
-
-
-
Method Detail
-
topicArn
ListSubscriptionsByTopicRequest.Builder topicArn(String topicArn)
The ARN of the topic for which you wish to find subscriptions.
- Parameters:
topicArn
- The ARN of the topic for which you wish to find subscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSubscriptionsByTopicRequest.Builder nextToken(String nextToken)
Token returned by the previous
ListSubscriptionsByTopic
request.- Parameters:
nextToken
- Token returned by the previousListSubscriptionsByTopic
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSubscriptionsByTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListSubscriptionsByTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-