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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBClusterMember.BuilderdbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)Specifies the status of the DB cluster parameter group for this member of the DB cluster.DBClusterMember.BuilderdbInstanceIdentifier(String dbInstanceIdentifier)Specifies the instance identifier for this member of the DB cluster.DBClusterMember.BuilderisClusterWriter(Boolean isClusterWriter)Value that istrueif the cluster member is the primary instance for the DB cluster andfalseotherwise.DBClusterMember.BuilderpromotionTier(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.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dbInstanceIdentifier
DBClusterMember.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.
- Parameters:
dbInstanceIdentifier- Specifies the instance identifier for this member of the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isClusterWriter
DBClusterMember.Builder isClusterWriter(Boolean isClusterWriter)
Value that is
trueif the cluster member is the primary instance for the DB cluster andfalseotherwise.- Parameters:
isClusterWriter- Value that istrueif the cluster member is the primary instance for the DB cluster andfalseotherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterParameterGroupStatus
DBClusterMember.Builder dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
- Parameters:
dbClusterParameterGroupStatus- Specifies the status of the DB 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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-