public static interface ListClustersV2Request.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListClustersV2Request.Builder,ListClustersV2Request>
| Modifier and Type | Method and Description |
|---|---|
ListClustersV2Request.Builder |
clusterNameFilter(String clusterNameFilter)
Specify a prefix of the names of the clusters that you want to list.
|
ListClustersV2Request.Builder |
clusterTypeFilter(String clusterTypeFilter)
Specify either PROVISIONED or SERVERLESS.
|
ListClustersV2Request.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListClustersV2Request.Builder |
nextToken(String nextToken)
The paginated results marker.
|
ListClustersV2Request.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClustersV2Request.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersV2Request.Builder clusterNameFilter(String clusterNameFilter)
Specify a prefix of the names 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 names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
ListClustersV2Request.Builder clusterTypeFilter(String clusterTypeFilter)
Specify either PROVISIONED or SERVERLESS.
clusterTypeFilter - Specify either PROVISIONED or SERVERLESS.
ListClustersV2Request.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.
ListClustersV2Request.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.
ListClustersV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListClustersV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.