Create a new run-if bootstrap action which lets you conditionally run bootstrap actions.

C# |
public BootstrapActionConfig NewRunIf( string condition, BootstrapActionConfig config )

- condition (String)
- The condition to evaluate, if true the bootstrap action executes.
- config (BootstrapActionConfig)
- The bootstrap action to execute in case of successful evaluation.

A BootstrapActionConfig to be provided when running a job flow.