public static final class CfnFunction.ImageConfigProperty.Builder
extends java.lang.Object
CfnFunction.ImageConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFunction.ImageConfigProperty |
build()
Builds the configured instance.
|
CfnFunction.ImageConfigProperty.Builder |
command(java.util.List<java.lang.String> command)
Sets the value of
CfnFunction.ImageConfigProperty.getCommand() |
CfnFunction.ImageConfigProperty.Builder |
entryPoint(java.util.List<java.lang.String> entryPoint)
Sets the value of
CfnFunction.ImageConfigProperty.getEntryPoint() |
CfnFunction.ImageConfigProperty.Builder |
workingDirectory(java.lang.String workingDirectory)
Sets the value of
CfnFunction.ImageConfigProperty.getWorkingDirectory() |
public CfnFunction.ImageConfigProperty.Builder command(java.util.List<java.lang.String> command)
CfnFunction.ImageConfigProperty.getCommand()
command
- Specifies parameters that you want to pass in with ENTRYPOINT.
You can specify a maximum of 1,500 parameters in the list.this
public CfnFunction.ImageConfigProperty.Builder entryPoint(java.util.List<java.lang.String> entryPoint)
CfnFunction.ImageConfigProperty.getEntryPoint()
entryPoint
- Specifies the entry point to their application, which is typically the location of the runtime executable.
You can specify a maximum of 1,500 string entries in the list.this
public CfnFunction.ImageConfigProperty.Builder workingDirectory(java.lang.String workingDirectory)
CfnFunction.ImageConfigProperty.getWorkingDirectory()
workingDirectory
- Specifies the working directory.
The length of the directory string cannot exceed 1,000 characters.this
public CfnFunction.ImageConfigProperty build()
CfnFunction.ImageConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided