Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledFargateTaskImageOptions.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledFargateTaskImageOptions.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionScheduledFargateTaskImageOptions.builder()
Sets the value ofScheduledTaskImageProps.getCommand()
ScheduledFargateTaskImageOptions.Builder.containerName
(String containerName) Sets the value ofScheduledTaskImageProps.getContainerName()
Sets the value ofFargateServiceBaseProps.getCpu()
ScheduledFargateTaskImageOptions.Builder.environment
(Map<String, String> environment) Sets the value ofScheduledTaskImageProps.getEnvironment()
ScheduledFargateTaskImageOptions.Builder.ephemeralStorageGiB
(Number ephemeralStorageGiB) Sets the value ofFargateServiceBaseProps.getEphemeralStorageGiB()
ScheduledFargateTaskImageOptions.Builder.image
(ContainerImage image) Sets the value ofScheduledTaskImageProps.getImage()
Sets the value ofScheduledTaskImageProps.getLogDriver()
ScheduledFargateTaskImageOptions.Builder.memoryLimitMiB
(Number memoryLimitMiB) Sets the value ofFargateServiceBaseProps.getMemoryLimitMiB()
ScheduledFargateTaskImageOptions.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
ScheduledFargateTaskImageOptions.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
Sets the value ofScheduledTaskImageProps.getSecrets()
ScheduledFargateTaskImageOptions.Builder.taskDefinition
(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theScheduledFargateTaskImageOptions.Builder
.