Uses of Interface
software.amazon.awssdk.services.rds.model.FailoverState.Builder
-
Packages that use FailoverState.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of FailoverState.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return FailoverState.Builder Modifier and Type Method Description static FailoverState.BuilderFailoverState. builder()FailoverState.BuilderFailoverState.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.BuilderFailoverState.Builder. isDataLossAllowed(Boolean isDataLossAllowed)Indicates whether the operation is a global switchover or a global failover.FailoverState.BuilderFailoverState.Builder. status(String status)The current status of the global cluster.FailoverState.BuilderFailoverState.Builder. status(FailoverStatus status)The current status of the global cluster.FailoverState.BuilderFailoverState. toBuilder()FailoverState.BuilderFailoverState.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.Builder Modifier and Type Method Description static Class<? extends FailoverState.Builder>FailoverState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type FailoverState.Builder Modifier and Type Method Description default 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).
-