Interface DBClusterMember.Builder

  • Method Details

    • 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 true if the cluster member is the primary instance for the DB cluster and false otherwise.

      Parameters:
      isClusterWriter - Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.
      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.