Interface UnprocessedCluster.Builder

    • Method Detail

      • clusterName

        UnprocessedCluster.Builder clusterName​(String clusterName)

        The name of the cluster

        Parameters:
        clusterName - The name of the cluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorType

        UnprocessedCluster.Builder errorType​(String errorType)

        The error type associated with the update failure

        Parameters:
        errorType - The error type associated with the update failure
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        UnprocessedCluster.Builder errorMessage​(String errorMessage)

        The error message associated with the update failure

        Parameters:
        errorMessage - The error message associated with the update failure
        Returns:
        Returns a reference to this object so that method calls can be chained together.