Uses of Class
software.amazon.awscdk.services.ecs.patterns.FargateServiceBaseProps.Builder
Packages that use FargateServiceBaseProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of FargateServiceBaseProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return FargateServiceBaseProps.BuilderModifier and TypeMethodDescriptionFargateServiceBaseProps.builder()Sets the value ofFargateServiceBaseProps.getCpu()FargateServiceBaseProps.Builder.ephemeralStorageGiB(Number ephemeralStorageGiB) Sets the value ofFargateServiceBaseProps.getEphemeralStorageGiB()FargateServiceBaseProps.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofFargateServiceBaseProps.getMemoryLimitMiB()FargateServiceBaseProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()FargateServiceBaseProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()FargateServiceBaseProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type FargateServiceBaseProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theFargateServiceBaseProps.Builder.