Interface StartWorkflowExecutionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartWorkflowExecutionRequest.Builder,
,StartWorkflowExecutionRequest> SdkBuilder<StartWorkflowExecutionRequest.Builder,
,StartWorkflowExecutionRequest> SdkPojo
,SdkRequest.Builder
,SwfRequest.Builder
- Enclosing class:
StartWorkflowExecutionRequest
public static interface StartWorkflowExecutionRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchildPolicy
(String childPolicy) If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.childPolicy
(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.The name of the domain in which the workflow execution is created.executionStartToCloseTimeout
(String executionStartToCloseTimeout) The total duration for this workflow execution.The input for the workflow execution.lambdaRole
(String lambdaRole) The IAM role to attach to this workflow execution.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The list of tags to associate with the workflow execution.tagList
(Collection<String> tagList) The list of tags to associate with the workflow execution.taskList
(Consumer<TaskList.Builder> taskList) The task list to use for the decision tasks generated for this workflow execution.The task list to use for the decision tasks generated for this workflow execution.taskPriority
(String taskPriority) The task priority to use for this workflow execution.taskStartToCloseTimeout
(String taskStartToCloseTimeout) Specifies the maximum duration of decision tasks for this workflow execution.workflowId
(String workflowId) The user defined identifier associated with the workflow execution.workflowType
(Consumer<WorkflowType.Builder> workflowType) The type of the workflow to start.workflowType
(WorkflowType workflowType) The type of the workflow to start.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
Method Details
-
domain
The name of the domain in which the workflow execution is created.
The specified string must not contain a
:
(colon),/
(slash),|
(vertical bar), or any control characters (
-