Uses of Class
software.amazon.awscdk.services.apprunner.CodeConfigurationValues.Builder
Packages that use CodeConfigurationValues.Builder
-
Uses of CodeConfigurationValues.Builder in software.amazon.awscdk.services.apprunner
Methods in software.amazon.awscdk.services.apprunner that return CodeConfigurationValues.BuilderModifier and TypeMethodDescriptionCodeConfigurationValues.Builder.buildCommand
(String buildCommand) Sets the value ofCodeConfigurationValues.getBuildCommand()
CodeConfigurationValues.builder()
CodeConfigurationValues.Builder.environment
(Map<String, String> environment) Sets the value ofCodeConfigurationValues.getEnvironment()
Sets the value ofCodeConfigurationValues.getPort()
Sets the value ofCodeConfigurationValues.getRuntime()
CodeConfigurationValues.Builder.startCommand
(String startCommand) Sets the value ofCodeConfigurationValues.getStartCommand()
Constructors in software.amazon.awscdk.services.apprunner with parameters of type CodeConfigurationValues.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCodeConfigurationValues.Builder
.