Interface ListReplicatorsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListReplicatorsRequest.Builder,
,ListReplicatorsRequest> KafkaRequest.Builder
,SdkBuilder<ListReplicatorsRequest.Builder,
,ListReplicatorsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListReplicatorsRequest
public static interface ListReplicatorsRequest.Builder
extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListReplicatorsRequest.Builder,ListReplicatorsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return in the response.If the response of ListReplicators is truncated, it returns a NextToken in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicatorNameFilter
(String replicatorNameFilter) Returns replicators starting with given name.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.services.kafka.model.KafkaRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
maxResults
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
- Parameters:
maxResults
- The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
- Parameters:
nextToken
- If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicatorNameFilter
Returns replicators starting with given name.
- Parameters:
replicatorNameFilter
- Returns replicators starting with given name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListReplicatorsRequest.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
ListReplicatorsRequest.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.
-