@Stability(value=Stable) public static final class CfnFunction.ImageConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.ImageConfigProperty>
CfnFunction.ImageConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.ImageConfigProperty |
build()
Builds the configured instance.
|
CfnFunction.ImageConfigProperty.Builder |
command(List<String> command)
Sets the value of
CfnFunction.ImageConfigProperty.getCommand() |
CfnFunction.ImageConfigProperty.Builder |
entryPoint(List<String> entryPoint)
Sets the value of
CfnFunction.ImageConfigProperty.getEntryPoint() |
CfnFunction.ImageConfigProperty.Builder |
workingDirectory(String workingDirectory)
Sets the value of
CfnFunction.ImageConfigProperty.getWorkingDirectory() |
@Stability(value=Stable) public CfnFunction.ImageConfigProperty.Builder command(List<String> command)
CfnFunction.ImageConfigProperty.getCommand()command - `CfnFunction.ImageConfigProperty.Command`.this@Stability(value=Stable) public CfnFunction.ImageConfigProperty.Builder entryPoint(List<String> entryPoint)
CfnFunction.ImageConfigProperty.getEntryPoint()entryPoint - `CfnFunction.ImageConfigProperty.EntryPoint`.this@Stability(value=Stable) public CfnFunction.ImageConfigProperty.Builder workingDirectory(String workingDirectory)
CfnFunction.ImageConfigProperty.getWorkingDirectory()workingDirectory - `CfnFunction.ImageConfigProperty.WorkingDirectory`.this@Stability(value=Stable) public CfnFunction.ImageConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.ImageConfigProperty>CfnFunction.ImageConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.