Uses of Class
software.amazon.awscdk.services.ecs.TaskDefinitionProps.Builder
Packages that use TaskDefinitionProps.Builder
-
Uses of TaskDefinitionProps.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return TaskDefinitionProps.BuilderModifier and TypeMethodDescriptionstatic TaskDefinitionProps.BuilderTaskDefinitionProps.builder()TaskDefinitionProps.Builder.compatibility(Compatibility compatibility) Sets the value ofTaskDefinitionProps.getCompatibility()Sets the value ofTaskDefinitionProps.getCpu()TaskDefinitionProps.Builder.enableFaultInjection(Boolean enableFaultInjection) Sets the value ofCommonTaskDefinitionProps.getEnableFaultInjection()TaskDefinitionProps.Builder.ephemeralStorageGiB(Number ephemeralStorageGiB) Sets the value ofTaskDefinitionProps.getEphemeralStorageGiB()TaskDefinitionProps.Builder.executionRole(IRole executionRole) Sets the value ofCommonTaskDefinitionProps.getExecutionRole()Sets the value ofCommonTaskDefinitionProps.getFamily()TaskDefinitionProps.Builder.inferenceAccelerators(List<? extends InferenceAccelerator> inferenceAccelerators) Deprecated.ECS TaskDefinition's inferenceAccelerator is EOL since April 2024Sets the value ofTaskDefinitionProps.getIpcMode()Sets the value ofTaskDefinitionProps.getMemoryMiB()TaskDefinitionProps.Builder.networkMode(NetworkMode networkMode) Sets the value ofTaskDefinitionProps.getNetworkMode()Sets the value ofTaskDefinitionProps.getPidMode()TaskDefinitionProps.Builder.placementConstraints(List<? extends PlacementConstraint> placementConstraints) Sets the value ofTaskDefinitionProps.getPlacementConstraints()TaskDefinitionProps.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration) Sets the value ofCommonTaskDefinitionProps.getProxyConfiguration()TaskDefinitionProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofTaskDefinitionProps.getRuntimePlatform()Sets the value ofCommonTaskDefinitionProps.getTaskRole()Sets the value ofCommonTaskDefinitionProps.getVolumes()Constructors in software.amazon.awscdk.services.ecs with parameters of type TaskDefinitionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(TaskDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTaskDefinitionProps.Builder.