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)Indicates whether the cluster member is the primary DB instance for the DB cluster.DBClusterMember.BuilderpromotionTier(Integer promotionTier)A value that specifies the order in which an Aurora 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)
Indicates whether the cluster member is the primary DB instance for the DB cluster.
- Parameters:
isClusterWriter- Indicates whether the cluster member is the primary DB instance for the DB cluster.- 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 an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.
- Parameters:
promotionTier- A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-