Uses of Class
com.amazonaws.services.simpleworkflow.model.StartChildWorkflowExecutionInitiatedEventAttributes
Packages that use StartChildWorkflowExecutionInitiatedEventAttributes
-
Uses of StartChildWorkflowExecutionInitiatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartChildWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionStartChildWorkflowExecutionInitiatedEventAttributes.clone()HistoryEvent.getStartChildWorkflowExecutionInitiatedEventAttributes()If the event is of typeStartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.StartChildWorkflowExecutionInitiatedEventAttributes.withChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.StartChildWorkflowExecutionInitiatedEventAttributes.withChildPolicy(String childPolicy) The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.StartChildWorkflowExecutionInitiatedEventAttributes.withControl(String control) Optional. Data attached to the event that can be used by the decider in subsequent decision tasks.StartChildWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutiondecision to request this child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout) The maximum duration for the child workflow execution.The inputs provided to the child workflow execution (if any).StartChildWorkflowExecutionInitiatedEventAttributes.withLambdaRole(String lambdaRole) The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.StartChildWorkflowExecutionInitiatedEventAttributes.withTagList(String... tagList) The list of tags to associated with the child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withTagList(Collection<String> tagList) The list of tags to associated with the child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withTaskList(TaskList taskList) The name of the task list used for the decision tasks of the child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withTaskPriority(String taskPriority) Optional. The priority assigned for the decision tasks for this workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withTaskStartToCloseTimeout(String taskStartToCloseTimeout) The maximum duration allowed for the decision tasks for this workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withWorkflowId(String workflowId) TheworkflowIdof the child workflow execution.StartChildWorkflowExecutionInitiatedEventAttributes.withWorkflowType(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartChildWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes startChildWorkflowExecutionInitiatedEventAttributes) If the event is of typeStartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.HistoryEvent.withStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes startChildWorkflowExecutionInitiatedEventAttributes) If the event is of typeStartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.