public static interface SwitchoverGlobalClusterRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<SwitchoverGlobalClusterRequest.Builder,SwitchoverGlobalClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
SwitchoverGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The identifier of the global database cluster to switch over.
|
SwitchoverGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SwitchoverGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SwitchoverGlobalClusterRequest.Builder |
targetDbClusterIdentifier(String targetDbClusterIdentifier)
The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database
cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSwitchoverGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The identifier of the global database cluster to switch over. This parameter isn't case-sensitive.
Constraints:
Must match the identifier of an existing global database cluster (Aurora global database).
globalClusterIdentifier - The identifier of the global database cluster to switch over. This parameter isn't case-sensitive.
Constraints:
Must match the identifier of an existing global database cluster (Aurora global database).
SwitchoverGlobalClusterRequest.Builder targetDbClusterIdentifier(String targetDbClusterIdentifier)
The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
targetDbClusterIdentifier - The identifier of the secondary Aurora DB cluster to promote to the new primary for the global
database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the
cluster in its Amazon Web Services Region.SwitchoverGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSwitchoverGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.