Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionContinuedAsNewEventAttributes
Packages that use WorkflowExecutionContinuedAsNewEventAttributes
-
Uses of WorkflowExecutionContinuedAsNewEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionContinuedAsNewEventAttributesModifier and TypeMethodDescriptionWorkflowExecutionContinuedAsNewEventAttributes.clone()
HistoryEvent.getWorkflowExecutionContinuedAsNewEventAttributes()
If the event is of typeWorkflowExecutionContinuedAsNew
then this member is set and provides detailed information about the event.WorkflowExecutionContinuedAsNewEventAttributes.withChildPolicy
(ChildPolicy childPolicy) The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowExecutionContinuedAsNewEventAttributes.withChildPolicy
(String childPolicy) The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowExecutionContinuedAsNewEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theContinueAsNewWorkflowExecution
decision that started this execution.WorkflowExecutionContinuedAsNewEventAttributes.withExecutionStartToCloseTimeout
(String executionStartToCloseTimeout) The total duration allowed for the new workflow execution.The input provided to the new workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.withLambdaRole
(String lambdaRole) The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.WorkflowExecutionContinuedAsNewEventAttributes.withNewExecutionRunId
(String newExecutionRunId) TherunId
of the new workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.withTagList
(String... tagList) The list of tags associated with the new workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.withTagList
(Collection<String> tagList) The list of tags associated with the new workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.withTaskList
(TaskList taskList) WorkflowExecutionContinuedAsNewEventAttributes.withTaskPriority
(String taskPriority) WorkflowExecutionContinuedAsNewEventAttributes.withTaskStartToCloseTimeout
(String taskStartToCloseTimeout) The maximum duration of decision tasks for the new workflow execution.WorkflowExecutionContinuedAsNewEventAttributes.withWorkflowType
(WorkflowType workflowType) Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionContinuedAsNewEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setWorkflowExecutionContinuedAsNewEventAttributes
(WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes) If the event is of typeWorkflowExecutionContinuedAsNew
then this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionContinuedAsNewEventAttributes
(WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes) If the event is of typeWorkflowExecutionContinuedAsNew
then this member is set and provides detailed information about the event.