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