@Stability(value=Stable) public static final class CfnService.ImageConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.ImageConfigurationProperty>
CfnService.ImageConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.ImageConfigurationProperty |
build()
Builds the configured instance.
|
CfnService.ImageConfigurationProperty.Builder |
port(String port)
Sets the value of
CfnService.ImageConfigurationProperty.getPort() |
CfnService.ImageConfigurationProperty.Builder |
runtimeEnvironmentVariables(IResolvable runtimeEnvironmentVariables)
Sets the value of
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables() |
CfnService.ImageConfigurationProperty.Builder |
runtimeEnvironmentVariables(List<? extends Object> runtimeEnvironmentVariables)
Sets the value of
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables() |
CfnService.ImageConfigurationProperty.Builder |
startCommand(String startCommand)
Sets the value of
CfnService.ImageConfigurationProperty.getStartCommand() |
@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder port(String port)
CfnService.ImageConfigurationProperty.getPort()port - `CfnService.ImageConfigurationProperty.Port`.this@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder runtimeEnvironmentVariables(IResolvable runtimeEnvironmentVariables)
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables()runtimeEnvironmentVariables - `CfnService.ImageConfigurationProperty.RuntimeEnvironmentVariables`.this@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder runtimeEnvironmentVariables(List<? extends Object> runtimeEnvironmentVariables)
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables()runtimeEnvironmentVariables - `CfnService.ImageConfigurationProperty.RuntimeEnvironmentVariables`.this@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder startCommand(String startCommand)
CfnService.ImageConfigurationProperty.getStartCommand()startCommand - `CfnService.ImageConfigurationProperty.StartCommand`.this@Stability(value=Stable) public CfnService.ImageConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnService.ImageConfigurationProperty>CfnService.ImageConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.