Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.StepFunctionsStartExecutionProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of StepFunctionsStartExecutionProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionStepFunctionsStartExecutionProps.Builder.associateWithParent
(Boolean associateWithParent) Sets the value ofStepFunctionsStartExecutionProps.getAssociateWithParent()
StepFunctionsStartExecutionProps.builder()
Sets the value ofTaskStateBaseProps.getComment()
StepFunctionsStartExecutionProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()
Deprecated.use `heartbeatTimeout`StepFunctionsStartExecutionProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()
Sets the value ofStepFunctionsStartExecutionProps.getInput()
Sets the value ofTaskStateBaseProps.getInputPath()
StepFunctionsStartExecutionProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()
Sets the value ofStepFunctionsStartExecutionProps.getName()
StepFunctionsStartExecutionProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
StepFunctionsStartExecutionProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
StepFunctionsStartExecutionProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
StepFunctionsStartExecutionProps.Builder.stateMachine
(IStateMachine stateMachine) Sets the value ofStepFunctionsStartExecutionProps.getStateMachine()
Sets the value ofTaskStateBaseProps.getStateName()
StepFunctionsStartExecutionProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()
Deprecated.use `taskTimeout`ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStepFunctionsStartExecutionProps.Builder
.