Uses of Interface
software.amazon.awssdk.services.emr.model.ScriptBootstrapActionConfig.Builder
-
Packages that use ScriptBootstrapActionConfig.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ScriptBootstrapActionConfig.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ScriptBootstrapActionConfig.Builder Modifier and Type Method Description ScriptBootstrapActionConfig.BuilderScriptBootstrapActionConfig.Builder. args(String... args)A list of command line arguments to pass to the bootstrap action script.ScriptBootstrapActionConfig.BuilderScriptBootstrapActionConfig.Builder. args(Collection<String> args)A list of command line arguments to pass to the bootstrap action script.static ScriptBootstrapActionConfig.BuilderScriptBootstrapActionConfig. builder()ScriptBootstrapActionConfig.BuilderScriptBootstrapActionConfig.Builder. path(String path)Location in Amazon S3 of the script to run during a bootstrap action.ScriptBootstrapActionConfig.BuilderScriptBootstrapActionConfig. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ScriptBootstrapActionConfig.Builder Modifier and Type Method Description static Class<? extends ScriptBootstrapActionConfig.Builder>ScriptBootstrapActionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type ScriptBootstrapActionConfig.Builder Modifier and Type Method Description default BootstrapActionConfig.BuilderBootstrapActionConfig.Builder. scriptBootstrapAction(Consumer<ScriptBootstrapActionConfig.Builder> scriptBootstrapAction)The script run by the bootstrap action.
-