Interface RegionalConfiguration.Builder

    • Method Detail

      • replicationGroupId

        RegionalConfiguration.Builder replicationGroupId​(String replicationGroupId)

        The name of the secondary cluster

        Parameters:
        replicationGroupId - The name of the secondary cluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationGroupRegion

        RegionalConfiguration.Builder replicationGroupRegion​(String replicationGroupRegion)

        The Amazon region where the cluster is stored

        Parameters:
        replicationGroupRegion - The Amazon region where the cluster is stored
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reshardingConfiguration

        RegionalConfiguration.Builder reshardingConfiguration​(Collection<ReshardingConfiguration> reshardingConfiguration)

        A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

        Parameters:
        reshardingConfiguration - A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reshardingConfiguration

        RegionalConfiguration.Builder reshardingConfiguration​(ReshardingConfiguration... reshardingConfiguration)

        A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

        Parameters:
        reshardingConfiguration - A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.