Uses of Class
software.amazon.awscdk.services.ecs.ExternalTaskDefinitionProps.Builder
Packages that use ExternalTaskDefinitionProps.Builder
-
Uses of ExternalTaskDefinitionProps.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ExternalTaskDefinitionProps.BuilderModifier and TypeMethodDescriptionExternalTaskDefinitionProps.builder()
ExternalTaskDefinitionProps.Builder.executionRole
(IRole executionRole) Sets the value ofCommonTaskDefinitionProps.getExecutionRole()
Sets the value ofCommonTaskDefinitionProps.getFamily()
ExternalTaskDefinitionProps.Builder.proxyConfiguration
(ProxyConfiguration proxyConfiguration) Sets the value ofCommonTaskDefinitionProps.getProxyConfiguration()
Sets the value ofCommonTaskDefinitionProps.getTaskRole()
Sets the value ofCommonTaskDefinitionProps.getVolumes()
Constructors in software.amazon.awscdk.services.ecs with parameters of type ExternalTaskDefinitionProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theExternalTaskDefinitionProps.Builder
.