public static interface ListClustersRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListClustersRequest.Builder |
clusterNameFilter(String clusterNameFilter)
Specify a prefix of the name of the clusters that you want to list.
|
ListClustersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListClustersRequest.Builder |
nextToken(String nextToken)
The paginated results marker.
|
ListClustersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClustersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersRequest.Builder clusterNameFilter(String clusterNameFilter)
Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
clusterNameFilter - Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
ListClustersRequest.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.
ListClustersRequest.Builder nextToken(String nextToken)
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
nextToken - The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
ListClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.