Interface UpdateClusterResponse.Builder

  • Method Details

    • identifier

      UpdateClusterResponse.Builder identifier(String identifier)

      The ID of the cluster to update.

      Parameters:
      identifier - The ID of the cluster to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the updated cluster.

      Parameters:
      arn - The ARN of the updated cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the updated cluster.

      Parameters:
      status - The status of the updated cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the updated cluster.

      Parameters:
      status - The status of the updated cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      UpdateClusterResponse.Builder creationTime(Instant creationTime)

      The time of when the cluster was created.

      Parameters:
      creationTime - The time of when the cluster was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.