| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static FailoverState.Builder |
FailoverState.builder() |
FailoverState.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 |
FailoverState.Builder.status(FailoverStatus status)
The current status of the Aurora global database (GlobalCluster).
|
FailoverState.Builder |
FailoverState.Builder.status(String status)
The current status of the Aurora global database (GlobalCluster).
|
FailoverState.Builder |
FailoverState.toBuilder() |
FailoverState.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailoverState.Builder> |
FailoverState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GlobalCluster.Builder |
GlobalCluster.Builder.failoverState(Consumer<FailoverState.Builder> failoverState)
A data object containing all properties for the current state of an in-process or pending failover process
for this Aurora global database.
|
Copyright © 2022. All rights reserved.