public static interface FailoverGlobalClusterRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<FailoverGlobalClusterRequest.Builder,FailoverGlobalClusterRequest>
Modifier and Type | Method and Description |
---|---|
FailoverGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over.
|
FailoverGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
FailoverGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
FailoverGlobalClusterRequest.Builder |
targetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global
database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can
locate the cluster in its AWS Region.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
FailoverGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
globalClusterIdentifier
- Identifier of the Aurora global database (GlobalCluster) that should be failed over. The
identifier is the unique key assigned by the user when the Aurora global database was created. In
other words, it's the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
FailoverGlobalClusterRequest.Builder targetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its AWS Region.
targetDbClusterIdentifier
- Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora
global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that
Aurora can locate the cluster in its AWS Region.FailoverGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.FailoverGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.