@Stability(value=Stable) public static final class CfnJob.JobCommandProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.JobCommandProperty>
CfnJob.JobCommandProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.JobCommandProperty |
build()
Builds the configured instance.
|
CfnJob.JobCommandProperty.Builder |
name(String name)
Sets the value of
CfnJob.JobCommandProperty.getName() |
CfnJob.JobCommandProperty.Builder |
pythonVersion(String pythonVersion)
Sets the value of
CfnJob.JobCommandProperty.getPythonVersion() |
CfnJob.JobCommandProperty.Builder |
scriptLocation(String scriptLocation)
Sets the value of
CfnJob.JobCommandProperty.getScriptLocation() |
@Stability(value=Stable) public CfnJob.JobCommandProperty.Builder name(String name)
CfnJob.JobCommandProperty.getName()name - `CfnJob.JobCommandProperty.Name`.this@Stability(value=Stable) public CfnJob.JobCommandProperty.Builder pythonVersion(String pythonVersion)
CfnJob.JobCommandProperty.getPythonVersion()pythonVersion - `CfnJob.JobCommandProperty.PythonVersion`.this@Stability(value=Stable) public CfnJob.JobCommandProperty.Builder scriptLocation(String scriptLocation)
CfnJob.JobCommandProperty.getScriptLocation()scriptLocation - `CfnJob.JobCommandProperty.ScriptLocation`.this@Stability(value=Stable) public CfnJob.JobCommandProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.JobCommandProperty>CfnJob.JobCommandPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.