Interface UnprocessedCluster.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>, SdkBuilder<UnprocessedCluster.Builder,UnprocessedCluster>, SdkPojo
Enclosing class:
UnprocessedCluster

public static interface UnprocessedCluster.Builder extends SdkPojo, CopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>
  • Method Details

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