public static interface DBClusterMember.Builder extends SdkPojo, CopyableBuilder<DBClusterMember.Builder,DBClusterMember>
| Modifier and Type | Method and Description |
|---|---|
DBClusterMember.Builder |
dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
Specifies the status of the cluster parameter group for this member of the DB cluster.
|
DBClusterMember.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
Specifies the instance identifier for this member of the cluster.
|
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDBClusterMember.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
Specifies the instance identifier for this member of the cluster.
dbInstanceIdentifier - Specifies the instance identifier for this member of the cluster.DBClusterMember.Builder isClusterWriter(Boolean isClusterWriter)
A value that is true if the cluster member is the primary instance for the cluster and
false otherwise.
isClusterWriter - A value that is true if the cluster member is the primary instance for the cluster and
false otherwise.DBClusterMember.Builder dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
Specifies the status of the cluster parameter group for this member of the DB cluster.
dbClusterParameterGroupStatus - Specifies the status of the cluster parameter group for this member of the DB cluster.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.
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.Copyright © 2022. All rights reserved.