Uses of Class
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedTaskImageProps.Builder
Packages that use ApplicationLoadBalancedTaskImageProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancedTaskImageProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationLoadBalancedTaskImageProps.BuilderModifier and TypeMethodDescriptionApplicationLoadBalancedTaskImageProps.builder()ApplicationLoadBalancedTaskImageProps.Builder.containerName(String containerName) Sets the value ofApplicationLoadBalancedTaskImageProps.getContainerName()ApplicationLoadBalancedTaskImageProps.Builder.containerPorts(List<? extends Number> containerPorts) Sets the value ofApplicationLoadBalancedTaskImageProps.getContainerPorts()ApplicationLoadBalancedTaskImageProps.Builder.dockerLabels(Map<String, String> dockerLabels) Sets the value ofApplicationLoadBalancedTaskImageProps.getDockerLabels()ApplicationLoadBalancedTaskImageProps.Builder.enableLogging(Boolean enableLogging) Sets the value ofApplicationLoadBalancedTaskImageProps.getEnableLogging()ApplicationLoadBalancedTaskImageProps.Builder.environment(Map<String, String> environment) Sets the value ofApplicationLoadBalancedTaskImageProps.getEnvironment()ApplicationLoadBalancedTaskImageProps.Builder.executionRole(IRole executionRole) Sets the value ofApplicationLoadBalancedTaskImageProps.getExecutionRole()Sets the value ofApplicationLoadBalancedTaskImageProps.getFamily()ApplicationLoadBalancedTaskImageProps.Builder.image(ContainerImage image) Sets the value ofApplicationLoadBalancedTaskImageProps.getImage()Sets the value ofApplicationLoadBalancedTaskImageProps.getLogDriver()Sets the value ofApplicationLoadBalancedTaskImageProps.getSecrets()Sets the value ofApplicationLoadBalancedTaskImageProps.getTaskRole()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationLoadBalancedTaskImageProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationLoadBalancedTaskImageProps.Builder.