| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
HadoopStepConfig.Builder |
HadoopStepConfig.Builder.args(Collection<String> args)
The list of command line arguments to pass to the JAR file's main function for execution.
|
HadoopStepConfig.Builder |
HadoopStepConfig.Builder.args(String... args)
The list of command line arguments to pass to the JAR file's main function for execution.
|
static HadoopStepConfig.Builder |
HadoopStepConfig.builder() |
HadoopStepConfig.Builder |
HadoopStepConfig.Builder.jar(String jar)
The path to the JAR file that runs during the step.
|
HadoopStepConfig.Builder |
HadoopStepConfig.Builder.mainClass(String mainClass)
The name of the main class in the specified Java file.
|
HadoopStepConfig.Builder |
HadoopStepConfig.Builder.properties(Map<String,String> properties)
The list of Java properties that are set when the step runs.
|
HadoopStepConfig.Builder |
HadoopStepConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HadoopStepConfig.Builder> |
HadoopStepConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StepSummary.Builder |
StepSummary.Builder.config(Consumer<HadoopStepConfig.Builder> config)
The Hadoop job configuration of the cluster step.
|
default Step.Builder |
Step.Builder.config(Consumer<HadoopStepConfig.Builder> config)
The Hadoop job configuration of the cluster step.
|
Copyright © 2023. All rights reserved.