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 previousListSubscriptionsByTopic
request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSubscriptionsByTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-