Interface ListSubscriptionsByTopicRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>,SdkBuilder<ListSubscriptionsByTopicRequest.Builder,ListSubscriptionsByTopicRequest>,SdkPojo,SdkRequest.Builder,SnsRequest.Builder
- Enclosing class:
- ListSubscriptionsByTopicRequest
@Mutable @NotThreadSafe 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.BuildernextToken(String nextToken)Token returned by the previousListSubscriptionsByTopicrequest.ListSubscriptionsByTopicRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSubscriptionsByTopicRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSubscriptionsByTopicRequest.BuildertopicArn(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
ListSubscriptionsByTopicrequest.- Parameters:
nextToken- Token returned by the previousListSubscriptionsByTopicrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSubscriptionsByTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSubscriptionsByTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-