Java com.amazonaws.services.elasticmapreduce.model ScriptBootstrapActionConfig fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.model ScriptBootstrapActionConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.model ScriptBootstrapActionConfig.

The text is from its open source code.

Constructor

ScriptBootstrapActionConfig()
Default constructor for ScriptBootstrapActionConfig object.

Method

java.util.ListgetArgs()

A list of command line arguments to pass to the bootstrap action script.

StringgetPath()

Location of the script to run during a bootstrap action.

voidsetArgs(java.util.Collection args)

A list of command line arguments to pass to the bootstrap action script.

voidsetPath(String path)

Location of the script to run during a bootstrap action.