Uses of Interface
software.amazon.awssdk.services.emr.model.HadoopStepConfig.Builder
-
Packages that use HadoopStepConfig.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of HadoopStepConfig.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return HadoopStepConfig.Builder Modifier and Type Method Description HadoopStepConfig.BuilderHadoopStepConfig.Builder. args(String... args)The list of command line arguments to pass to the JAR file's main function for execution.HadoopStepConfig.BuilderHadoopStepConfig.Builder. args(Collection<String> args)The list of command line arguments to pass to the JAR file's main function for execution.static HadoopStepConfig.BuilderHadoopStepConfig. builder()HadoopStepConfig.BuilderHadoopStepConfig.Builder. jar(String jar)The path to the JAR file that runs during the step.HadoopStepConfig.BuilderHadoopStepConfig.Builder. mainClass(String mainClass)The name of the main class in the specified Java file.HadoopStepConfig.BuilderHadoopStepConfig.Builder. properties(Map<String,String> properties)The list of Java properties that are set when the step runs.HadoopStepConfig.BuilderHadoopStepConfig. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type HadoopStepConfig.Builder Modifier and Type Method Description static Class<? extends HadoopStepConfig.Builder>HadoopStepConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type HadoopStepConfig.Builder Modifier and Type Method Description default Step.BuilderStep.Builder. config(Consumer<HadoopStepConfig.Builder> config)The Hadoop job configuration of the cluster step.default StepSummary.BuilderStepSummary.Builder. config(Consumer<HadoopStepConfig.Builder> config)The Hadoop job configuration of the cluster step.
-