Uses of Class
software.amazon.awssdk.services.emr.model.BootstrapActionConfig
-
Packages that use BootstrapActionConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of BootstrapActionConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type BootstrapActionConfig Modifier and Type Method Description List<BootstrapActionConfig>RunJobFlowRequest. bootstrapActions()A list of bootstrap actions to run before Hadoop starts on the cluster nodes.Methods in software.amazon.awssdk.services.emr.model with parameters of type BootstrapActionConfig Modifier and Type Method Description RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. bootstrapActions(BootstrapActionConfig... bootstrapActions)A list of bootstrap actions to run before Hadoop starts on the cluster nodes.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type BootstrapActionConfig Modifier and Type Method Description RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. bootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
-