Interface DeleteClusterResponse.Builder

  • Method Details

    • identifier

      DeleteClusterResponse.Builder identifier(String identifier)

      The ID of the deleted cluster.

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

      The ARN of the deleted cluster.

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

      The status of the cluster.

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

      The status of the cluster.

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

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