| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterMember.Builder |
DBClusterMember.builder() |
DBClusterMember.Builder |
DBClusterMember.Builder.dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
|
DBClusterMember.Builder |
DBClusterMember.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.
|
DBClusterMember.Builder |
DBClusterMember.Builder.isClusterWriter(Boolean isClusterWriter)
Value that is
true if the cluster member is the primary instance for the DB cluster and
false otherwise. |
DBClusterMember.Builder |
DBClusterMember.Builder.promotionTier(Integer promotionTier)
A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure
of the existing primary instance.
|
DBClusterMember.Builder |
DBClusterMember.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBClusterMember.Builder> |
DBClusterMember.serializableBuilderClass() |
Copyright © 2021. All rights reserved.