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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReplicatorsRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return in the response.ListReplicatorsRequest.Builder
nextToken(String nextToken)
If the response of ListReplicators is truncated, it returns a NextToken in the response.ListReplicatorsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListReplicatorsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListReplicatorsRequest.Builder
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 Detail
-
maxResults
ListReplicatorsRequest.Builder maxResults(Integer 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
ListReplicatorsRequest.Builder nextToken(String 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
ListReplicatorsRequest.Builder replicatorNameFilter(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListReplicatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-