Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledEc2TaskImageOptions.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledEc2TaskImageOptions.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theScheduledEc2TaskImageOptions.Builder
.