Uses of Interface
software.amazon.awssdk.services.rds.model.FailoverGlobalClusterRequest.Builder
Packages that use FailoverGlobalClusterRequest.Builder
Package
Description
-
Uses of FailoverGlobalClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type FailoverGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest) Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database.default FailoverGlobalClusterResponseRdsClient.failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest) Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database. -
Uses of FailoverGlobalClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return FailoverGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionFailoverGlobalClusterRequest.Builder.allowDataLoss(Boolean allowDataLoss) Specifies whether to allow data loss for this global database cluster operation.FailoverGlobalClusterRequest.builder()FailoverGlobalClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier) The identifier of the global database cluster (Aurora global database) this operation should apply to.FailoverGlobalClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) FailoverGlobalClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) FailoverGlobalClusterRequest.Builder.switchover(Boolean switchover) Specifies whether to switch over this global database cluster.FailoverGlobalClusterRequest.Builder.targetDbClusterIdentifier(String targetDbClusterIdentifier) The identifier of the secondary Aurora DB cluster that you want to promote to the primary for the global database cluster.FailoverGlobalClusterRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type FailoverGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FailoverGlobalClusterRequest.Builder>FailoverGlobalClusterRequest.serializableBuilderClass()