Interface CreateClusterResponse.Builder

  • Method Details

    • identifier

      CreateClusterResponse.Builder identifier(String identifier)

      The ID of the created cluster.

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

      The ARN of the created cluster.

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

      The status of the created cluster.

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

      The status of the created cluster.

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

      CreateClusterResponse.Builder creationTime(Instant creationTime)

      The time of when created the cluster.

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

      CreateClusterResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      Whether deletion protection is enabled on this cluster.

      Parameters:
      deletionProtectionEnabled - Whether deletion protection is enabled on this cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.