public static interface ListReplicatorsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListReplicatorsRequest.Builder,ListReplicatorsRequest>
| Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReplicatorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListReplicatorsRequest.Builder |
replicatorNameFilter(String replicatorNameFilter)
Returns replicators starting with given name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReplicatorsRequest.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.
maxResults - The maximum number of results to return in the response. If there are more results, the response
includes a NextToken parameter.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.
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.ListReplicatorsRequest.Builder replicatorNameFilter(String replicatorNameFilter)
Returns replicators starting with given name.
replicatorNameFilter - Returns replicators starting with given name.ListReplicatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReplicatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.