@Stability(value=Stable) public static final class CfnStep.HadoopJarStepConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStep.HadoopJarStepConfigProperty>
CfnStep.HadoopJarStepConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStep.HadoopJarStepConfigProperty.Builder |
args(List<String> args)
Sets the value of
CfnStep.HadoopJarStepConfigProperty.getArgs() |
CfnStep.HadoopJarStepConfigProperty |
build()
Builds the configured instance.
|
CfnStep.HadoopJarStepConfigProperty.Builder |
jar(String jar)
Sets the value of
CfnStep.HadoopJarStepConfigProperty.getJar() |
CfnStep.HadoopJarStepConfigProperty.Builder |
mainClass(String mainClass)
Sets the value of
CfnStep.HadoopJarStepConfigProperty.getMainClass() |
CfnStep.HadoopJarStepConfigProperty.Builder |
stepProperties(IResolvable stepProperties)
Sets the value of
CfnStep.HadoopJarStepConfigProperty.getStepProperties() |
CfnStep.HadoopJarStepConfigProperty.Builder |
stepProperties(List<? extends Object> stepProperties)
Sets the value of
CfnStep.HadoopJarStepConfigProperty.getStepProperties() |
@Stability(value=Stable) public CfnStep.HadoopJarStepConfigProperty.Builder jar(String jar)
CfnStep.HadoopJarStepConfigProperty.getJar()jar - A path to a JAR file run during the step. This parameter is required.this@Stability(value=Stable) public CfnStep.HadoopJarStepConfigProperty.Builder args(List<String> args)
CfnStep.HadoopJarStepConfigProperty.getArgs()args - A list of command line arguments passed to the JAR file's main function when executed.this@Stability(value=Stable) public CfnStep.HadoopJarStepConfigProperty.Builder mainClass(String mainClass)
CfnStep.HadoopJarStepConfigProperty.getMainClass()mainClass - The name of the main class in the specified Java file.
If not specified, the JAR file should specify a Main-Class in its manifest file.this@Stability(value=Stable) public CfnStep.HadoopJarStepConfigProperty.Builder stepProperties(IResolvable stepProperties)
CfnStep.HadoopJarStepConfigProperty.getStepProperties()stepProperties - A list of Java properties that are set when the step runs.
You can use these properties to pass key value pairs to your main function.this@Stability(value=Stable) public CfnStep.HadoopJarStepConfigProperty.Builder stepProperties(List<? extends Object> stepProperties)
CfnStep.HadoopJarStepConfigProperty.getStepProperties()stepProperties - A list of Java properties that are set when the step runs.
You can use these properties to pass key value pairs to your main function.this@Stability(value=Stable) public CfnStep.HadoopJarStepConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnStep.HadoopJarStepConfigProperty>CfnStep.HadoopJarStepConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.