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 Details

    • 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.