public static interface ListClustersV2Response.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<ListClustersV2Response.Builder,ListClustersV2Response>
| Modifier and Type | Method and Description |
|---|---|
ListClustersV2Response.Builder |
clusterInfoList(Cluster... clusterInfoList)
Information on each of the MSK clusters in the response.
|
ListClustersV2Response.Builder |
clusterInfoList(Collection<Cluster> clusterInfoList)
Information on each of the MSK clusters in the response.
|
ListClustersV2Response.Builder |
clusterInfoList(Consumer<Cluster.Builder>... clusterInfoList)
Information on each of the MSK clusters in the response.
|
ListClustersV2Response.Builder |
nextToken(String nextToken)
The paginated results marker.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersV2Response.Builder clusterInfoList(Collection<Cluster> clusterInfoList)
Information on each of the MSK clusters in the response.
clusterInfoList - Information on each of the MSK clusters in the response.
ListClustersV2Response.Builder clusterInfoList(Cluster... clusterInfoList)
Information on each of the MSK clusters in the response.
clusterInfoList - Information on each of the MSK clusters in the response.
ListClustersV2Response.Builder clusterInfoList(Consumer<Cluster.Builder>... clusterInfoList)
Information on each of the MSK clusters in the response.
This is a convenience method that creates an instance of theCluster.Builder avoiding the need to create one manually
via Cluster.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #clusterInfoList(List.
clusterInfoList - a consumer that will call methods on
Cluster.Builder#clusterInfoList(java.util.Collection) ListClustersV2Response.Builder nextToken(String nextToken)
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.
nextToken - The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.
Copyright © 2023. All rights reserved.