Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EcsRunTaskProps.Builder
Packages that use EcsRunTaskProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EcsRunTaskProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EcsRunTaskProps.BuilderModifier and TypeMethodDescriptionEcsRunTaskProps.Builder.assignPublicIp
(Boolean assignPublicIp) Sets the value ofEcsRunTaskProps.getAssignPublicIp()
static EcsRunTaskProps.Builder
EcsRunTaskProps.builder()
Sets the value ofEcsRunTaskProps.getCluster()
Sets the value ofTaskStateBaseProps.getComment()
EcsRunTaskProps.Builder.containerOverrides
(List<? extends ContainerOverride> containerOverrides) Sets the value ofEcsRunTaskProps.getContainerOverrides()
Sets the value ofTaskStateBaseProps.getHeartbeat()
Sets the value ofTaskStateBaseProps.getInputPath()
EcsRunTaskProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()
EcsRunTaskProps.Builder.launchTarget
(IEcsLaunchTarget launchTarget) Sets the value ofEcsRunTaskProps.getLaunchTarget()
EcsRunTaskProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
EcsRunTaskProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
EcsRunTaskProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
EcsRunTaskProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofEcsRunTaskProps.getSecurityGroups()
EcsRunTaskProps.Builder.subnets
(SubnetSelection subnets) Sets the value ofEcsRunTaskProps.getSubnets()
EcsRunTaskProps.Builder.taskDefinition
(TaskDefinition taskDefinition) Sets the value ofEcsRunTaskProps.getTaskDefinition()
Sets the value ofTaskStateBaseProps.getTimeout()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EcsRunTaskProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(EcsRunTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsRunTaskProps.Builder
.