Interface GetClusterResponse.Builder

  • Method Details

    • identifier

      GetClusterResponse.Builder identifier(String identifier)

      The ID of the retrieved cluster.

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

      The ARN of the retrieved cluster.

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

      The status of the retrieved cluster.

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

      The status of the retrieved cluster.

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

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

      GetClusterResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      Whether deletion protection is enabled in this cluster.

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

      GetClusterResponse.Builder witnessRegion(String witnessRegion)

      The witness Region of the cluster. Applicable only for multi-Region clusters.

      Parameters:
      witnessRegion - The witness Region of the cluster. Applicable only for multi-Region clusters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkedClusterArns

      GetClusterResponse.Builder linkedClusterArns(Collection<String> linkedClusterArns)

      The ARNs of the clusters linked to the retrieved cluster.

      Parameters:
      linkedClusterArns - The ARNs of the clusters linked to the retrieved cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkedClusterArns

      GetClusterResponse.Builder linkedClusterArns(String... linkedClusterArns)

      The ARNs of the clusters linked to the retrieved cluster.

      Parameters:
      linkedClusterArns - The ARNs of the clusters linked to the retrieved cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.