Uses of Class
software.amazon.awscdk.services.ecs.FargateTaskDefinitionProps.Builder
-
Uses of FargateTaskDefinitionProps.Builder in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionFargateTaskDefinitionProps.builder()
Sets the value ofFargateTaskDefinitionProps.getCpu()
FargateTaskDefinitionProps.Builder.ephemeralStorageGiB
(Number ephemeralStorageGiB) Sets the value ofFargateTaskDefinitionProps.getEphemeralStorageGiB()
FargateTaskDefinitionProps.Builder.executionRole
(IRole executionRole) Sets the value ofCommonTaskDefinitionProps.getExecutionRole()
Sets the value ofCommonTaskDefinitionProps.getFamily()
FargateTaskDefinitionProps.Builder.memoryLimitMiB
(Number memoryLimitMiB) Sets the value ofFargateTaskDefinitionProps.getMemoryLimitMiB()
Sets the value ofFargateTaskDefinitionProps.getPidMode()
FargateTaskDefinitionProps.Builder.proxyConfiguration
(ProxyConfiguration proxyConfiguration) Sets the value ofCommonTaskDefinitionProps.getProxyConfiguration()
FargateTaskDefinitionProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateTaskDefinitionProps.getRuntimePlatform()
Sets the value ofCommonTaskDefinitionProps.getTaskRole()
Sets the value ofCommonTaskDefinitionProps.getVolumes()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theFargateTaskDefinitionProps.Builder
.