Uses of Class
com.amazonaws.services.elasticmapreduce.model.BootstrapActionDetail
-
Packages that use BootstrapActionDetail Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of BootstrapActionDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return BootstrapActionDetail Modifier and Type Method Description BootstrapActionDetail
BootstrapActionDetail. clone()
BootstrapActionDetail
BootstrapActionDetail. withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type BootstrapActionDetail Modifier and Type Method Description List<BootstrapActionDetail>
JobFlowDetail. getBootstrapActions()
A list of the bootstrap actions run by the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type BootstrapActionDetail Modifier and Type Method Description JobFlowDetail
JobFlowDetail. withBootstrapActions(BootstrapActionDetail... bootstrapActions)
A list of the bootstrap actions run by the job flow.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type BootstrapActionDetail Modifier and Type Method Description void
JobFlowDetail. setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.JobFlowDetail
JobFlowDetail. withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.
-