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 TypeMethodDescriptionSets the value ofAssignableStateOptions.getAssign()EcsRunTaskProps.Builder.assignPublicIp(Boolean assignPublicIp) Sets the value ofEcsRunTaskProps.getAssignPublicIp()static EcsRunTaskProps.BuilderEcsRunTaskProps.builder()Sets the value ofEcsRunTaskProps.getCluster()Sets the value ofStateBaseProps.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 ofTaskStateBaseOptions.getCredentials()EcsRunTaskProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofEcsRunTaskProps.getEnableExecuteCommand()Deprecated.use `heartbeatTimeout`EcsRunTaskProps.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()Sets the value ofJsonPathCommonOptions.getInputPath()EcsRunTaskProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()EcsRunTaskProps.Builder.launchTarget(IEcsLaunchTarget launchTarget) Sets the value ofEcsRunTaskProps.getLaunchTarget()Sets the value ofEcsRunTaskProps.getMemoryMiB()EcsRunTaskProps.Builder.outputPath(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()Sets the value ofJsonataCommonOptions.getOutputs()EcsRunTaskProps.Builder.propagatedTagSource(PropagatedTagSource propagatedTagSource) Sets the value ofEcsRunTaskProps.getPropagatedTagSource()EcsRunTaskProps.Builder.queryLanguage(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()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 ofStateBaseProps.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 ofTaskStateBaseOptions.getTaskTimeout()Deprecated.use `taskTimeout`Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EcsRunTaskProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(EcsRunTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsRunTaskProps.Builder.