Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledEc2TaskImageOptions.Builder
Packages that use ScheduledEc2TaskImageOptions.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledEc2TaskImageOptions.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ScheduledEc2TaskImageOptions.BuilderModifier and TypeMethodDescriptionScheduledEc2TaskImageOptions.builder()Sets the value ofScheduledTaskImageProps.getCommand()Sets the value ofScheduledEc2TaskImageOptions.getCpu()ScheduledEc2TaskImageOptions.Builder.environment(Map<String, String> environment) Sets the value ofScheduledTaskImageProps.getEnvironment()ScheduledEc2TaskImageOptions.Builder.image(ContainerImage image) Sets the value ofScheduledTaskImageProps.getImage()Sets the value ofScheduledTaskImageProps.getLogDriver()ScheduledEc2TaskImageOptions.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofScheduledEc2TaskImageOptions.getMemoryLimitMiB()ScheduledEc2TaskImageOptions.Builder.memoryReservationMiB(Number memoryReservationMiB) Sets the value ofScheduledEc2TaskImageOptions.getMemoryReservationMiB()Sets the value ofScheduledTaskImageProps.getSecrets()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ScheduledEc2TaskImageOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theScheduledEc2TaskImageOptions.Builder.