Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EcsRunTaskProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EcsRunTaskProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier 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 ofEcsRunTaskProps.getCpu()
EcsRunTaskProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()
EcsRunTaskProps.Builder.enableExecuteCommand
(Boolean enableExecuteCommand) Sets the value ofEcsRunTaskProps.getEnableExecuteCommand()
Deprecated.use `heartbeatTimeout`EcsRunTaskProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()
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()
Sets the value ofEcsRunTaskProps.getMemoryMiB()
EcsRunTaskProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
EcsRunTaskProps.Builder.propagatedTagSource
(PropagatedTagSource propagatedTagSource) Sets the value ofEcsRunTaskProps.getPropagatedTagSource()
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.revisionNumber
(Number revisionNumber) Sets the value ofEcsRunTaskProps.getRevisionNumber()
EcsRunTaskProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofEcsRunTaskProps.getSecurityGroups()
Sets the value ofTaskStateBaseProps.getStateName()
EcsRunTaskProps.Builder.subnets
(SubnetSelection subnets) Sets the value ofEcsRunTaskProps.getSubnets()
EcsRunTaskProps.Builder.taskDefinition
(TaskDefinition taskDefinition) Sets the value ofEcsRunTaskProps.getTaskDefinition()
EcsRunTaskProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()
Deprecated.use `taskTimeout`ModifierConstructorDescriptionprotected
Jsii$Proxy
(EcsRunTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsRunTaskProps.Builder
.