public static interface CodeConfigurationValues.Builder extends SdkPojo, CopyableBuilder<CodeConfigurationValues.Builder,CodeConfigurationValues>
| Modifier and Type | Method and Description |
|---|---|
CodeConfigurationValues.Builder |
buildCommand(String buildCommand)
The command App Runner runs to build your application.
|
CodeConfigurationValues.Builder |
port(String port)
The port that your application listens to in the container.
|
CodeConfigurationValues.Builder |
runtime(Runtime runtime)
A runtime environment type for building and running an App Runner service.
|
CodeConfigurationValues.Builder |
runtime(String runtime)
A runtime environment type for building and running an App Runner service.
|
CodeConfigurationValues.Builder |
runtimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
The environment variables that are available to your running App Runner service.
|
CodeConfigurationValues.Builder |
startCommand(String startCommand)
The command App Runner runs to start your application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeConfigurationValues.Builder runtime(String runtime)
A runtime environment type for building and running an App Runner service. It represents a programming language runtime.
CodeConfigurationValues.Builder runtime(Runtime runtime)
A runtime environment type for building and running an App Runner service. It represents a programming language runtime.
CodeConfigurationValues.Builder buildCommand(String buildCommand)
The command App Runner runs to build your application.
buildCommand - The command App Runner runs to build your application.CodeConfigurationValues.Builder startCommand(String startCommand)
The command App Runner runs to start your application.
startCommand - The command App Runner runs to start your application.CodeConfigurationValues.Builder port(String port)
The port that your application listens to in the container.
Default: 8080
port - The port that your application listens to in the container.
Default: 8080
CodeConfigurationValues.Builder runtimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
The 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.
runtimeEnvironmentVariables - The 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.Copyright © 2021. All rights reserved.