Interface AwsRdsDbClusterMember.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>,SdkBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>,SdkPojo
- Enclosing class:
- AwsRdsDbClusterMember
public static interface AwsRdsDbClusterMember.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbClusterMember.BuilderdbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)The status of the DB cluster parameter group for this member of the DB cluster.AwsRdsDbClusterMember.BuilderdbInstanceIdentifier(String dbInstanceIdentifier)The instance identifier for this member of the DB cluster.AwsRdsDbClusterMember.BuilderisClusterWriter(Boolean isClusterWriter)Whether the cluster member is the primary instance for the DB cluster.AwsRdsDbClusterMember.BuilderpromotionTier(Integer promotionTier)Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.-
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
-
isClusterWriter
AwsRdsDbClusterMember.Builder isClusterWriter(Boolean isClusterWriter)
Whether the cluster member is the primary instance for the DB cluster.
- Parameters:
isClusterWriter- Whether the cluster member is the primary instance for the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
promotionTier
AwsRdsDbClusterMember.Builder promotionTier(Integer promotionTier)
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
- Parameters:
promotionTier- Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbInstanceIdentifier
AwsRdsDbClusterMember.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The instance identifier for this member of the DB cluster.
- Parameters:
dbInstanceIdentifier- 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.
-
dbClusterParameterGroupStatus
AwsRdsDbClusterMember.Builder dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
The status of the DB cluster parameter group for this member of the DB cluster.
- Parameters:
dbClusterParameterGroupStatus- 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.
-
-