Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledFargateTaskProps.Builder
Packages that use ScheduledFargateTaskProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledFargateTaskProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ScheduledFargateTaskProps.BuilderModifier and TypeMethodDescriptionScheduledFargateTaskProps.builder()Sets the value ofScheduledTaskBaseProps.getCluster()Sets the value ofFargateServiceBaseProps.getCpu()ScheduledFargateTaskProps.Builder.desiredTaskCount(Number desiredTaskCount) Sets the value ofScheduledTaskBaseProps.getDesiredTaskCount()Sets the value ofScheduledTaskBaseProps.getEnabled()ScheduledFargateTaskProps.Builder.ephemeralStorageGiB(Number ephemeralStorageGiB) Sets the value ofFargateServiceBaseProps.getEphemeralStorageGiB()ScheduledFargateTaskProps.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofFargateServiceBaseProps.getMemoryLimitMiB()ScheduledFargateTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()ScheduledFargateTaskProps.Builder.propagateTags(PropagatedTagSource propagateTags) Sets the value ofScheduledTaskBaseProps.getPropagateTags()Sets the value ofScheduledTaskBaseProps.getRuleName()ScheduledFargateTaskProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()Sets the value ofScheduledTaskBaseProps.getSchedule()ScheduledFargateTaskProps.Builder.scheduledFargateTaskDefinitionOptions(ScheduledFargateTaskDefinitionOptions scheduledFargateTaskDefinitionOptions) Sets the value ofScheduledFargateTaskProps.getScheduledFargateTaskDefinitionOptions()ScheduledFargateTaskProps.Builder.scheduledFargateTaskImageOptions(ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions) Sets the value ofScheduledFargateTaskProps.getScheduledFargateTaskImageOptions()ScheduledFargateTaskProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofScheduledTaskBaseProps.getSecurityGroups()ScheduledFargateTaskProps.Builder.subnetSelection(SubnetSelection subnetSelection) Sets the value ofScheduledTaskBaseProps.getSubnetSelection()Sets the value ofScheduledTaskBaseProps.getTags()ScheduledFargateTaskProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()Sets the value ofScheduledTaskBaseProps.getVpc()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ScheduledFargateTaskProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theScheduledFargateTaskProps.Builder.