| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.args(Collection<String> args)
A list of command line arguments passed to the JAR file's main function when executed.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.args(String... args)
A list of command line arguments passed to the JAR file's main function when executed.
|
static HadoopJarStepConfig.Builder |
HadoopJarStepConfig.builder() |
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.jar(String jar)
A path to a JAR file run during the step.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.mainClass(String mainClass)
The name of the main class in the specified Java file.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.properties(Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.properties(Consumer<KeyValue.Builder>... properties)
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.properties(KeyValue... properties)
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HadoopJarStepConfig.Builder> |
HadoopJarStepConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StepConfig.Builder |
StepConfig.Builder.hadoopJarStep(Consumer<HadoopJarStepConfig.Builder> hadoopJarStep)
The JAR file used for the step.
|
Copyright © 2023. All rights reserved.