Uses of Class
com.amazonaws.services.elasticmapreduce.model.BootstrapActionConfig
-
Packages that use BootstrapActionConfig Package Description com.amazonaws.services.elasticmapreduce.model com.amazonaws.services.elasticmapreduce.util -
-
Uses of BootstrapActionConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionConfig Modifier and Type Method Description BootstrapActionConfigBootstrapActionConfig. clone()BootstrapActionConfigBootstrapActionDetail. getBootstrapActionConfig()A description of the bootstrap action.BootstrapActionConfigBootstrapActionConfig. withName(String name)The name of the bootstrap action.BootstrapActionConfigBootstrapActionConfig. 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 Modifier and Type Method Description List<BootstrapActionConfig>RunJobFlowRequest. getBootstrapActions()A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionConfig Modifier and Type Method Description voidBootstrapActionDetail. setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)A description of the bootstrap action.BootstrapActionDetailBootstrapActionDetail. withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)A description of the bootstrap action.RunJobFlowRequestRunJobFlowRequest. withBootstrapActions(BootstrapActionConfig... bootstrapActions)A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type BootstrapActionConfig Modifier and Type Method Description voidRunJobFlowRequest. setBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.RunJobFlowRequestRunJobFlowRequest. withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionConfig Constructor Description BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)Constructs a new BootstrapActionDetail object. -
Uses of BootstrapActionConfig in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActionConfig Modifier and Type Method Description BootstrapActionConfigBootstrapActions.ConfigureDaemons. build()Returns an object which can be used in a RunJobflow call.BootstrapActionConfigBootstrapActions.ConfigureHadoop. build()Deprecated.Returns an object which can be used in a RunJobflow call.BootstrapActionConfigBootstrapActions. newRunIf(String condition, BootstrapActionConfig config)Create a new run-if bootstrap action which lets you conditionally run bootstrap actions.Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type BootstrapActionConfig Modifier and Type Method Description BootstrapActionConfigBootstrapActions. newRunIf(String condition, BootstrapActionConfig config)Create a new run-if bootstrap action which lets you conditionally run bootstrap actions.
-