public static interface AwsRdsDbClusterMember.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterMember.Builder |
dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
The status of the DB cluster parameter group for this member of the DB cluster.
|
AwsRdsDbClusterMember.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The instance identifier for this member of the DB cluster.
|
AwsRdsDbClusterMember.Builder |
isClusterWriter(Boolean isClusterWriter)
Whether the cluster member is the primary instance for the DB cluster.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbClusterMember.Builder isClusterWriter(Boolean isClusterWriter)
Whether the cluster member is the primary instance for the DB cluster.
isClusterWriter - Whether the cluster member is the primary instance for the DB cluster.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.
promotionTier - Specifies the order in which an Aurora replica is promoted to the primary instance when the existing
primary instance fails.AwsRdsDbClusterMember.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The instance identifier for this member of the DB cluster.
dbInstanceIdentifier - The instance identifier for this member of the DB cluster.AwsRdsDbClusterMember.Builder dbClusterParameterGroupStatus(String dbClusterParameterGroupStatus)
The status of the DB cluster parameter group for this member of the DB cluster.
dbClusterParameterGroupStatus - The status of the DB cluster parameter group for this member of the DB cluster.Copyright © 2023. All rights reserved.