@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.292Z") @Stability(value=Experimental) public interface EmrAddStepProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrAddStepProps.Builder
A builder for
EmrAddStepProps |
static class |
EmrAddStepProps.Jsii$Proxy
An implementation for
EmrAddStepProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrAddStepProps.Builder |
builder() |
default ActionOnFailure |
getActionOnFailure()
(experimental) The action to take when the cluster step fails.
|
default List<String> |
getArgs()
(experimental) A list of command line arguments passed to the JAR file's main function when executed.
|
String |
getClusterId()
(experimental) The ClusterId to add the Step to.
|
String |
getJar()
(experimental) A path to a JAR file run during the step.
|
default String |
getMainClass()
(experimental) The name of the main class in the specified Java file.
|
String |
getName()
(experimental) The name of the Step.
|
default Map<String,String> |
getProperties()
(experimental) A list of Java properties that are set when the step runs.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull String getClusterId()
@Stability(value=Experimental) @NotNull String getJar()
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) @NotNull String getName()
https://docs.aws.amazon.com/emr/latest/APIReference/API_StepConfig.html@Stability(value=Experimental) @Nullable default ActionOnFailure getActionOnFailure()
Default: ActionOnFailure.CONTINUE
https://docs.aws.amazon.com/emr/latest/APIReference/API_StepConfig.html@Stability(value=Experimental) @Nullable default List<String> getArgs()
Default: - No args
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) @Nullable default String getMainClass()
If not specified, the JAR file should specify a Main-Class in its manifest file.
Default: - No mainClass
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) @Nullable default Map<String,String> getProperties()
You can use these properties to pass key value pairs to your main function.
Default: - No properties
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) static EmrAddStepProps.Builder builder()
builder in interface TaskStateBasePropsEmrAddStepProps.Builder of EmrAddStepPropsCopyright © 2021. All rights reserved.