Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScriptBootstrapActionConfig |
BootstrapActionConfig.scriptBootstrapAction
The script run by the bootstrap action.
|
Modifier and Type | Method and Description |
---|---|
ScriptBootstrapActionConfig |
ScriptBootstrapActionConfig.clone() |
ScriptBootstrapActionConfig |
BootstrapActionConfig.getScriptBootstrapAction()
The script run by the bootstrap action.
|
ScriptBootstrapActionConfig |
ScriptBootstrapActionConfig.withArgs(java.util.Collection<java.lang.String> args)
A list of command line arguments to pass to the bootstrap action script.
|
ScriptBootstrapActionConfig |
ScriptBootstrapActionConfig.withArgs(java.lang.String... args)
A list of command line arguments to pass to the bootstrap action script.
|
ScriptBootstrapActionConfig |
ScriptBootstrapActionConfig.withPath(java.lang.String path)
Location of the script to run during a bootstrap action.
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapActionConfig.setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action.
|
BootstrapActionConfig |
BootstrapActionConfig.withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action.
|
Constructor and Description |
---|
BootstrapActionConfig(java.lang.String name,
ScriptBootstrapActionConfig scriptBootstrapAction)
Constructs a new BootstrapActionConfig object.
|
Modifier and Type | Method and Description |
---|---|
ScriptBootstrapActionConfig |
ScriptBootstrapActionConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptBootstrapActionConfigJsonMarshaller.marshall(ScriptBootstrapActionConfig scriptBootstrapActionConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|