Interface ListClustersResponse.Builder

    • Method Detail

      • clusterInfoList

        ListClustersResponse.Builder clusterInfoList​(Collection<ClusterInfo> clusterInfoList)

        Information on each of the MSK clusters in the response.

        Parameters:
        clusterInfoList -

        Information on each of the MSK clusters in the response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterInfoList

        ListClustersResponse.Builder clusterInfoList​(ClusterInfo... clusterInfoList)

        Information on each of the MSK clusters in the response.

        Parameters:
        clusterInfoList -

        Information on each of the MSK clusters in the response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListClustersResponse.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.