@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 - The port that your application listens to in the container.
Default: 8080this@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder runtimeEnvironmentVariables(IResolvable runtimeEnvironmentVariables)
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables()runtimeEnvironmentVariables - Environment variables that are available to your running App Runner service.
An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.this@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder runtimeEnvironmentVariables(List<? extends Object> runtimeEnvironmentVariables)
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables()runtimeEnvironmentVariables - Environment variables that are available to your running App Runner service.
An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.this@Stability(value=Stable) public CfnService.ImageConfigurationProperty.Builder startCommand(String startCommand)
CfnService.ImageConfigurationProperty.getStartCommand()startCommand - An optional command that App Runner runs to start the application in the source image.
If specified, this command overrides the Docker image’s default start command.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 © 2022. All rights reserved.