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)

      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.