Interface DBClusterMember.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DBClusterMember.Builder,
,DBClusterMember> SdkBuilder<DBClusterMember.Builder,
,DBClusterMember> SdkPojo
- Enclosing class:
DBClusterMember
public static interface DBClusterMember.Builder
extends SdkPojo, CopyableBuilder<DBClusterMember.Builder,DBClusterMember>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterParameterGroupStatus
(String dbClusterParameterGroupStatus) Specifies the status of the cluster parameter group for this member of the DB cluster.dbInstanceIdentifier
(String dbInstanceIdentifier) Specifies the instance identifier for this member of the cluster.isClusterWriter
(Boolean isClusterWriter) A value that istrue
if the cluster member is the primary instance for the cluster andfalse
otherwise.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dbInstanceIdentifier
Specifies the instance identifier for this member of the cluster.
- Parameters:
dbInstanceIdentifier
- Specifies the instance identifier for this member of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isClusterWriter
A value that is
true
if the cluster member is the primary instance for the cluster andfalse
otherwise.- Parameters:
isClusterWriter
- A value that istrue
if the cluster member is the primary instance for the cluster andfalse
otherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterParameterGroupStatus
Specifies the status of the cluster parameter group for this member of the DB cluster.
- Parameters:
dbClusterParameterGroupStatus
- Specifies the status of the cluster parameter group for this member of the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-