Interface MultiRegionProperties.Builder

  • Method Details

    • witnessRegion

      MultiRegionProperties.Builder witnessRegion(String witnessRegion)

      The that serves as the witness region for a multi-Region cluster. The witness region helps maintain cluster consistency and quorum.

      Parameters:
      witnessRegion - The that serves as the witness region for a multi-Region cluster. The witness region helps maintain cluster consistency and quorum.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusters

      The set of linked clusters that form the multi-Region cluster configuration. Each linked cluster represents a database instance in a different Region.

      Parameters:
      clusters - The set of linked clusters that form the multi-Region cluster configuration. Each linked cluster represents a database instance in a different Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusters

      MultiRegionProperties.Builder clusters(String... clusters)

      The set of linked clusters that form the multi-Region cluster configuration. Each linked cluster represents a database instance in a different Region.

      Parameters:
      clusters - The set of linked clusters that form the multi-Region cluster configuration. Each linked cluster represents a database instance in a different Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.