Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EcsRunTaskBaseProps.Builder
Packages that use EcsRunTaskBaseProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EcsRunTaskBaseProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EcsRunTaskBaseProps.BuilderModifier and TypeMethodDescriptionstatic EcsRunTaskBaseProps.BuilderEcsRunTaskBaseProps.builder()Deprecated.Deprecated.Sets the value ofCommonEcsRunTaskProps.getCluster()EcsRunTaskBaseProps.Builder.containerOverrides(List<? extends ContainerOverride> containerOverrides) Deprecated.Sets the value ofCommonEcsRunTaskProps.getContainerOverrides()EcsRunTaskBaseProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Sets the value ofCommonEcsRunTaskProps.getIntegrationPattern()EcsRunTaskBaseProps.Builder.parameters(Map<String, ? extends Object> parameters) Deprecated.EcsRunTaskBaseProps.Builder.taskDefinition(TaskDefinition taskDefinition) Deprecated.Sets the value ofCommonEcsRunTaskProps.getTaskDefinition()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EcsRunTaskBaseProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(EcsRunTaskBaseProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theEcsRunTaskBaseProps.Builder.