Interface ListClusterOperationsV2Response.Builder

    • Method Detail

      • clusterOperationInfoList

        ListClusterOperationsV2Response.Builder clusterOperationInfoList​(Collection<ClusterOperationV2Summary> clusterOperationInfoList)

        An array of cluster operation information objects.

        Parameters:
        clusterOperationInfoList -

        An array of cluster operation information objects.

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

        ListClusterOperationsV2Response.Builder clusterOperationInfoList​(ClusterOperationV2Summary... clusterOperationInfoList)

        An array of cluster operation information objects.

        Parameters:
        clusterOperationInfoList -

        An array of cluster operation information objects.

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

        ListClusterOperationsV2Response.Builder nextToken​(String nextToken)

        If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListClusterOperationsV2.

        Parameters:
        nextToken -

        If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListClusterOperationsV2.

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