Uses of Class
com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionDecisionAttributes
Packages that use StartChildWorkflowExecutionDecisionAttributes
-
Uses of StartChildWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartChildWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionStartChildWorkflowExecutionDecisionAttributes.clone()
Provides details of theStartChildWorkflowExecution
decision.StartChildWorkflowExecutionDecisionAttributes.withChildPolicy
(ChildPolicy childPolicy) Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.StartChildWorkflowExecutionDecisionAttributes.withChildPolicy
(String childPolicy) Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.StartChildWorkflowExecutionDecisionAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.StartChildWorkflowExecutionDecisionAttributes.withExecutionStartToCloseTimeout
(String executionStartToCloseTimeout) The total duration for this workflow execution.The input to be provided to the workflow execution.StartChildWorkflowExecutionDecisionAttributes.withLambdaRole
(String lambdaRole) The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.StartChildWorkflowExecutionDecisionAttributes.withTagList
(String... tagList) The list of tags to associate with the child workflow execution.StartChildWorkflowExecutionDecisionAttributes.withTagList
(Collection<String> tagList) The list of tags to associate with the child workflow execution.StartChildWorkflowExecutionDecisionAttributes.withTaskList
(TaskList taskList) The name of the task list to be used for decision tasks of the child workflow execution.StartChildWorkflowExecutionDecisionAttributes.withTaskPriority
(String taskPriority) Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution.StartChildWorkflowExecutionDecisionAttributes.withTaskStartToCloseTimeout
(String taskStartToCloseTimeout) Specifies the maximum duration of decision tasks for this workflow execution.StartChildWorkflowExecutionDecisionAttributes.withWorkflowId
(String workflowId) Required. TheworkflowId
of the workflow execution.StartChildWorkflowExecutionDecisionAttributes.withWorkflowType
(WorkflowType workflowType) Required. The type of the workflow execution to be started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartChildWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setStartChildWorkflowExecutionDecisionAttributes
(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes) Provides details of theStartChildWorkflowExecution
decision.Decision.withStartChildWorkflowExecutionDecisionAttributes
(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes) Provides details of theStartChildWorkflowExecution
decision.