| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterMember.Builder |
DBClusterMember.builder() |
DBClusterMember.Builder |
DBClusterMember.Builder.dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
Specifies the status of the 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 cluster.
|
DBClusterMember.Builder |
DBClusterMember.Builder.isClusterWriter(Boolean isClusterWriter)
A value that is
true if the cluster member is the primary instance for the cluster and
false otherwise. |
DBClusterMember.Builder |
DBClusterMember.Builder.promotionTier(Integer promotionTier)
A value that specifies the order in which an Amazon DocumentDB 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 © 2022. All rights reserved.