@Stability(value=Stable)
public static interface CfnStep.HadoopJarStepConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emr.*;
HadoopJarStepConfigProperty hadoopJarStepConfigProperty = HadoopJarStepConfigProperty.builder()
.jar("jar")
// the properties below are optional
.args(List.of("args"))
.mainClass("mainClass")
.stepProperties(List.of(KeyValueProperty.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStep.HadoopJarStepConfigProperty.Builder
A builder for
CfnStep.HadoopJarStepConfigProperty |
static class |
CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy
An implementation for
CfnStep.HadoopJarStepConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStep.HadoopJarStepConfigProperty.Builder |
builder() |
default List<String> |
getArgs()
`CfnStep.HadoopJarStepConfigProperty.Args`.
|
String |
getJar()
`CfnStep.HadoopJarStepConfigProperty.Jar`.
|
default String |
getMainClass()
`CfnStep.HadoopJarStepConfigProperty.MainClass`.
|
default Object |
getStepProperties()
`CfnStep.HadoopJarStepConfigProperty.StepProperties`.
|
@Stability(value=Stable) @Nullable default List<String> getArgs()
@Stability(value=Stable) @NotNull String getJar()
@Stability(value=Stable) @Nullable default String getMainClass()
@Stability(value=Stable) @Nullable default Object getStepProperties()
@Stability(value=Stable) static CfnStep.HadoopJarStepConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.