Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.StepFunctionsInvokeActivityJsonPathProps.Builder
Packages that use StepFunctionsInvokeActivityJsonPathProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of StepFunctionsInvokeActivityJsonPathProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return StepFunctionsInvokeActivityJsonPathProps.BuilderModifier and TypeMethodDescriptionSets the value ofStepFunctionsInvokeActivityJsonPathProps.getActivity()
Sets the value ofAssignableStateOptions.getAssign()
StepFunctionsInvokeActivityJsonPathProps.builder()
Sets the value ofStateBaseProps.getComment()
StepFunctionsInvokeActivityJsonPathProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()
Deprecated.use `heartbeatTimeout`StepFunctionsInvokeActivityJsonPathProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()
Sets the value ofJsonPathCommonOptions.getInputPath()
StepFunctionsInvokeActivityJsonPathProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()
StepFunctionsInvokeActivityJsonPathProps.Builder.outputPath
(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()
StepFunctionsInvokeActivityJsonPathProps.Builder.parameters
(Map<String, ? extends Object> parameters) Sets the value ofStepFunctionsInvokeActivityJsonPathProps.getParameters()
StepFunctionsInvokeActivityJsonPathProps.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
StepFunctionsInvokeActivityJsonPathProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateJsonPathBaseProps.getResultPath()
StepFunctionsInvokeActivityJsonPathProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateJsonPathBaseProps.getResultSelector()
Sets the value ofStateBaseProps.getStateName()
StepFunctionsInvokeActivityJsonPathProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()
Deprecated.use `taskTimeout`Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type StepFunctionsInvokeActivityJsonPathProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStepFunctionsInvokeActivityJsonPathProps.Builder
.