@Stability(value=Stable)
public static interface CfnJob.JobCommandProperty
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.glue.*;
JobCommandProperty jobCommandProperty = JobCommandProperty.builder()
.name("name")
.pythonVersion("pythonVersion")
.scriptLocation("scriptLocation")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.JobCommandProperty.Builder
A builder for
CfnJob.JobCommandProperty |
static class |
CfnJob.JobCommandProperty.Jsii$Proxy
An implementation for
CfnJob.JobCommandProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.JobCommandProperty.Builder |
builder() |
default String |
getName()
`CfnJob.JobCommandProperty.Name`.
|
default String |
getPythonVersion()
`CfnJob.JobCommandProperty.PythonVersion`.
|
default String |
getScriptLocation()
`CfnJob.JobCommandProperty.ScriptLocation`.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getPythonVersion()
@Stability(value=Stable) @Nullable default String getScriptLocation()
@Stability(value=Stable) static CfnJob.JobCommandProperty.Builder builder()
CfnJob.JobCommandProperty.Builder of CfnJob.JobCommandPropertyCopyright © 2021. All rights reserved.