Uses of Interface
software.amazon.awssdk.services.rds.model.FailoverState.Builder
Packages that use FailoverState.Builder
-
Uses of FailoverState.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return FailoverState.BuilderModifier and TypeMethodDescriptionstatic FailoverState.BuilderFailoverState.builder()FailoverState.Builder.fromDbClusterArn(String fromDbClusterArn) The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated with this state.FailoverState.Builder.isDataLossAllowed(Boolean isDataLossAllowed) Indicates whether the operation is a global switchover or a global failover.The current status of the global cluster.FailoverState.Builder.status(FailoverStatus status) The current status of the global cluster.FailoverState.toBuilder()FailoverState.Builder.toDbClusterArn(String toDbClusterArn) The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being promoted, and which is associated with this state.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type FailoverState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FailoverState.Builder>FailoverState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type FailoverState.BuilderModifier and TypeMethodDescriptiondefault GlobalCluster.BuilderGlobalCluster.Builder.failoverState(Consumer<FailoverState.Builder> failoverState) A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database).