Uses of Class
software.amazon.awscdk.services.ecs.TaskDefinitionAttributes.Builder
Packages that use TaskDefinitionAttributes.Builder
-
Uses of TaskDefinitionAttributes.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return TaskDefinitionAttributes.BuilderModifier and TypeMethodDescriptionTaskDefinitionAttributes.builder()TaskDefinitionAttributes.Builder.compatibility(Compatibility compatibility) Sets the value ofTaskDefinitionAttributes.getCompatibility()TaskDefinitionAttributes.Builder.executionRole(IRole executionRole) Sets the value ofCommonTaskDefinitionAttributes.getExecutionRole()TaskDefinitionAttributes.Builder.networkMode(NetworkMode networkMode) Sets the value ofCommonTaskDefinitionAttributes.getNetworkMode()TaskDefinitionAttributes.Builder.taskDefinitionArn(String taskDefinitionArn) Sets the value ofCommonTaskDefinitionAttributes.getTaskDefinitionArn()Sets the value ofCommonTaskDefinitionAttributes.getTaskRole()Constructors in software.amazon.awscdk.services.ecs with parameters of type TaskDefinitionAttributes.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theTaskDefinitionAttributes.Builder.