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
Modifier and TypeMethodDescriptionToken returned by the previousListSubscriptionsByTopicrequest.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of the topic for which you wish to find subscriptions.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sns.model.SnsRequest.Builder
build
-
Method Details
-
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
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
-