Uses of Class
software.amazon.awscdk.services.apprunner.CfnService.CodeConfigurationValuesProperty.Builder
-
Uses of CfnService.CodeConfigurationValuesProperty.Builder in software.amazon.awscdk.services.apprunner
Modifier and TypeMethodDescriptionCfnService.CodeConfigurationValuesProperty.Builder.buildCommand
(String buildCommand) Sets the value ofCfnService.CodeConfigurationValuesProperty.getBuildCommand()
CfnService.CodeConfigurationValuesProperty.builder()
Sets the value ofCfnService.CodeConfigurationValuesProperty.getPort()
Sets the value ofCfnService.CodeConfigurationValuesProperty.getRuntime()
CfnService.CodeConfigurationValuesProperty.Builder.runtimeEnvironmentSecrets
(List<? extends Object> runtimeEnvironmentSecrets) CfnService.CodeConfigurationValuesProperty.Builder.runtimeEnvironmentSecrets
(IResolvable runtimeEnvironmentSecrets) CfnService.CodeConfigurationValuesProperty.Builder.runtimeEnvironmentVariables
(List<? extends Object> runtimeEnvironmentVariables) CfnService.CodeConfigurationValuesProperty.Builder.runtimeEnvironmentVariables
(IResolvable runtimeEnvironmentVariables) CfnService.CodeConfigurationValuesProperty.Builder.startCommand
(String startCommand) Sets the value ofCfnService.CodeConfigurationValuesProperty.getStartCommand()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.CodeConfigurationValuesProperty.Builder
.