@Stability(value=Stable)
public static interface CfnCluster.HadoopJarStepConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.HadoopJarStepConfigProperty.Builder
A builder for
CfnCluster.HadoopJarStepConfigProperty |
static class |
CfnCluster.HadoopJarStepConfigProperty.Jsii$Proxy
An implementation for
CfnCluster.HadoopJarStepConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.HadoopJarStepConfigProperty.Builder |
builder() |
default List<String> |
getArgs()
`CfnCluster.HadoopJarStepConfigProperty.Args`.
|
String |
getJar()
`CfnCluster.HadoopJarStepConfigProperty.Jar`.
|
default String |
getMainClass()
`CfnCluster.HadoopJarStepConfigProperty.MainClass`.
|
default Object |
getStepProperties()
`CfnCluster.HadoopJarStepConfigProperty.StepProperties`.
|
@Stability(value=Stable) @NotNull String getJar()
@Stability(value=Stable) @Nullable default List<String> getArgs()
@Stability(value=Stable) @Nullable default String getMainClass()
@Stability(value=Stable) @Nullable default Object getStepProperties()
@Stability(value=Stable) static CfnCluster.HadoopJarStepConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.