@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.772Z") @Stability(value=Experimental) public interface EmrAddStepProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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()
The action to take when the cluster step fails.
|
default List<String> |
getArgs()
A list of command line arguments passed to the JAR file's main function when executed.
|
String |
getClusterId()
The ClusterId to add the Step to.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call AddStep.
|
String |
getJar()
A path to a JAR file run during the step.
|
default String |
getMainClass()
The name of the main class in the specified Java file.
|
String |
getName()
The name of the Step.
|
default Map<String,String> |
getProperties()
A list of Java properties that are set when the step runs.
|
@Stability(value=Experimental) String getClusterId()
EXPERIMENTAL
@Stability(value=Experimental) String getJar()
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) String getName()
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_StepConfig.html@Stability(value=Experimental) default ActionOnFailure getActionOnFailure()
Default: CONTINUE
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_StepConfig.html@Stability(value=Experimental) default List<String> getArgs()
Default: No args
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
EXPERIMENTAL
@Stability(value=Experimental) default String getMainClass()
If not specified, the JAR file should specify a Main-Class in its manifest file.
Default: No mainClass
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) default Map<String,String> getProperties()
You can use these properties to pass key value pairs to your main function.
Default: No properties
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.html@Stability(value=Experimental) static EmrAddStepProps.Builder builder()
EmrAddStepProps.Builder of EmrAddStepPropsCopyright © 2020. All rights reserved.