static WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.builder() |
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.childPolicy(String childPolicy) |
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.childPolicy(ChildPolicy childPolicy) |
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.executionStartToCloseTimeout(String executionStartToCloseTimeout) |
The total duration for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.lambdaRole(String lambdaRole) |
The IAM role attached to the child workflow execution.
|
default WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskList(Consumer<TaskList.Builder> taskList) |
The task list used for the decision tasks generated for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskList(TaskList taskList) |
The task list used for the decision tasks generated for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskPriority(String taskPriority) |
The priority assigned to decision tasks for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskStartToCloseTimeout(String taskStartToCloseTimeout) |
The maximum duration allowed for decision tasks for this workflow execution.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.toBuilder() |
|