public static interface FailoverGlobalClusterRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<FailoverGlobalClusterRequest.Builder,FailoverGlobalClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
FailoverGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Neptune global database that should be failed over.
|
FailoverGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
FailoverGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
FailoverGlobalClusterRequest.Builder |
targetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for
the global database.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildFailoverGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
globalClusterIdentifier - Identifier of the Neptune global database that should be failed over. The identifier is the unique key
assigned by the user when the Neptune global database was created. In other words, it's the name of
the global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
FailoverGlobalClusterRequest.Builder targetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
targetDbClusterIdentifier - The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary
for the global database.FailoverGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderFailoverGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.