Uses of Class
software.amazon.awscdk.services.apprunner.alpha.ImageConfiguration.Builder
Packages that use ImageConfiguration.Builder
Package
Description
AWS::AppRunner Construct Library
-
Uses of ImageConfiguration.Builder in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return ImageConfiguration.BuilderModifier and TypeMethodDescriptionstatic ImageConfiguration.BuilderImageConfiguration.builder()ImageConfiguration.Builder.environment(Map<String, String> environment) Deprecated.use environmentVariables.ImageConfiguration.Builder.environmentSecrets(Map<String, ? extends Secret> environmentSecrets) Sets the value ofImageConfiguration.getEnvironmentSecrets()ImageConfiguration.Builder.environmentVariables(Map<String, String> environmentVariables) Sets the value ofImageConfiguration.getEnvironmentVariables()Sets the value ofImageConfiguration.getPort()ImageConfiguration.Builder.startCommand(String startCommand) Sets the value ofImageConfiguration.getStartCommand()Constructors in software.amazon.awscdk.services.apprunner.alpha with parameters of type ImageConfiguration.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ImageConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theImageConfiguration.Builder.