public static interface RegionalConfiguration.Builder extends SdkPojo, CopyableBuilder<RegionalConfiguration.Builder,RegionalConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RegionalConfiguration.Builder |
replicationGroupId(String replicationGroupId)
The name of the secondary cluster
|
RegionalConfiguration.Builder |
replicationGroupRegion(String replicationGroupRegion)
The Amazon region where the cluster is stored
|
RegionalConfiguration.Builder |
reshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)
A list of
PreferredAvailabilityZones objects that specifies the configuration of a node group in
the resharded cluster. |
RegionalConfiguration.Builder |
reshardingConfiguration(Consumer<ReshardingConfiguration.Builder>... reshardingConfiguration)
A list of
PreferredAvailabilityZones objects that specifies the configuration of a node group in
the resharded cluster. |
RegionalConfiguration.Builder |
reshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)
A list of
PreferredAvailabilityZones objects that specifies the configuration of a node group in
the resharded cluster. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegionalConfiguration.Builder replicationGroupId(String replicationGroupId)
The name of the secondary cluster
replicationGroupId - The name of the secondary clusterRegionalConfiguration.Builder replicationGroupRegion(String replicationGroupRegion)
The Amazon region where the cluster is stored
replicationGroupRegion - The Amazon region where the cluster is storedRegionalConfiguration.Builder reshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in
the resharded cluster.
reshardingConfiguration - A list of PreferredAvailabilityZones objects that specifies the configuration of a node
group in the resharded cluster.RegionalConfiguration.Builder reshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in
the resharded cluster.
reshardingConfiguration - A list of PreferredAvailabilityZones objects that specifies the configuration of a node
group in the resharded cluster.RegionalConfiguration.Builder reshardingConfiguration(Consumer<ReshardingConfiguration.Builder>... reshardingConfiguration)
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in
the resharded cluster.
ReshardingConfiguration.Builder avoiding the need
to create one manually via
ReshardingConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reshardingConfiguration(List.
reshardingConfiguration - a consumer that will call methods on
ReshardingConfiguration.Builder#reshardingConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.