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 AWS 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 AWS region where the cluster is stored
replicationGroupRegion - The AWS 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.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #reshardingConfiguration(List) .reshardingConfiguration - a consumer that will call methods on List.Builder #reshardingConfiguration(List) Copyright © 2021. All rights reserved.