static WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.builder() |
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultChildPolicy(String defaultChildPolicy) |
The default policy to use for the child workflow executions when a workflow execution of this type is
terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultChildPolicy(ChildPolicy defaultChildPolicy) |
The default policy to use for the child workflow executions when a workflow execution of this type is
terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultExecutionStartToCloseTimeout(String defaultExecutionStartToCloseTimeout) |
The default maximum duration, specified when registering the workflow type, for executions of this workflow
type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultLambdaRole(String defaultLambdaRole) |
The default IAM role attached to this workflow type.
|
default WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskList(Consumer<TaskList.Builder> defaultTaskList) |
The default task list, specified when registering the workflow type, for decisions tasks scheduled for
workflow executions of this type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskList(TaskList defaultTaskList) |
The default task list, specified when registering the workflow type, for decisions tasks scheduled for
workflow executions of this type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskPriority(String defaultTaskPriority) |
The default task priority, specified when registering the workflow type, for all decision tasks of this
workflow type.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout) |
The default maximum duration, specified when registering the workflow type, that a decision task for
executions of this workflow type might take before returning completion or failure.
|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.toBuilder() |
|