Interface DBClusterMember.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DBClusterMember.Builder,DBClusterMember>, SdkBuilder<DBClusterMember.Builder,DBClusterMember>, SdkPojo
Enclosing class:
DBClusterMember

public static interface DBClusterMember.Builder extends SdkPojo, CopyableBuilder<DBClusterMember.Builder,DBClusterMember>
  • Method Details

    • dbInstanceIdentifier

      DBClusterMember.Builder dbInstanceIdentifier(String dbInstanceIdentifier)

      Specifies the instance identifier for this member of the cluster.

      Parameters:
      dbInstanceIdentifier - Specifies the instance identifier for this member of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isClusterWriter

      DBClusterMember.Builder isClusterWriter(Boolean isClusterWriter)

      A value that is true if the cluster member is the primary instance for the cluster and false otherwise.

      Parameters:
      isClusterWriter - A value that is true if the cluster member is the primary instance for the 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 cluster parameter group for this member of the DB cluster.

      Parameters:
      dbClusterParameterGroupStatus - Specifies the status of the 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 Amazon DocumentDB 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 an Amazon DocumentDB 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.