| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.builder() |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.childPolicy(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.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.childPolicy(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.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.control(String control)
Data attached to the event that can be used by the decider in subsequent decision tasks.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartChildWorkflowExecution Decision to request this child workflow execution. |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout)
The maximum duration for the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.input(String input)
The inputs provided to the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.lambdaRole(String lambdaRole)
The IAM role to attach to the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.tagList(Collection<String> tagList)
The list of tags to associated with the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.tagList(String... tagList)
The list of tags to associated with the child workflow execution.
|
default StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.taskList(Consumer<TaskList.Builder> taskList)
The name of the task list used for the decision tasks of the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.taskList(TaskList taskList)
The name of the task list used for the decision tasks of the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.taskPriority(String taskPriority)
The priority assigned for the decision tasks for this workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout)
The maximum duration allowed for the decision tasks for this workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.toBuilder() |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.workflowId(String workflowId)
The
workflowId of the child workflow execution. |
default StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartChildWorkflowExecutionInitiatedEventAttributes.Builder> |
StartChildWorkflowExecutionInitiatedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.startChildWorkflowExecutionInitiatedEventAttributes(Consumer<StartChildWorkflowExecutionInitiatedEventAttributes.Builder> startChildWorkflowExecutionInitiatedEventAttributes)
If the event is of type
StartChildWorkflowExecutionInitiated then this member is set and
provides detailed information about the event. |
Copyright © 2021. All rights reserved.