Here are the available options:
/** Rebuild what is required for dependencies */
RECURSIVE_BUILD,
/** Only rebuild the dataset directly, ignore the state of the dependencies */
NON_RECURSIVE_FORCED_BUILD,
/** Rebuild all recursively, ignore the state of the dependencies */
RECURSIVE_FORCED_BUILD,
/** Recursive build, but only build "missing" datasets, don't refresh out of date ones */
RECURSIVE_MISSING_ONLY_BUILD