|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BootstrapActionConfig | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of BootstrapActionConfig in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionConfig | |
---|---|
BootstrapActionConfig |
BootstrapActionDetail.getBootstrapActionConfig()
A description of the bootstrap action. |
BootstrapActionConfig |
BootstrapActionConfig.withName(String name)
The name of the bootstrap action. |
BootstrapActionConfig |
BootstrapActionConfig.withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action. |
Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type BootstrapActionConfig | |
---|---|
List<BootstrapActionConfig> |
RunJobFlowRequest.getBootstrapActions()
A list of bootstrap actions that will be run before Hadoop is started on the job flow. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionConfig | |
---|---|
void |
BootstrapActionDetail.setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action. |
BootstrapActionDetail |
BootstrapActionDetail.withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action. |
RunJobFlowRequest |
RunJobFlowRequest.withBootstrapActions(BootstrapActionConfig... bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on the job flow. |
Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type BootstrapActionConfig | |
---|---|
void |
RunJobFlowRequest.setBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on the job flow. |
RunJobFlowRequest |
RunJobFlowRequest.withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on the job flow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |