Interface ListClusterOperationsResponse.Builder

    • Method Detail

      • clusterOperationInfoList

        ListClusterOperationsResponse.Builder clusterOperationInfoList​(Collection<ClusterOperationInfo> 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

        ListClusterOperationsResponse.Builder clusterOperationInfoList​(ClusterOperationInfo... 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

        ListClusterOperationsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken -

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

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