Interface StartWorkflowExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>,SdkBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>,SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
- StartWorkflowExecutionRequest
@Mutable @NotThreadSafe public static interface StartWorkflowExecutionRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartWorkflowExecutionRequest.BuilderchildPolicy(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.StartWorkflowExecutionRequest.BuilderchildPolicy(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.StartWorkflowExecutionRequest.Builderdomain(String domain)The name of the domain in which the workflow execution is created.StartWorkflowExecutionRequest.BuilderexecutionStartToCloseTimeout(String executionStartToCloseTimeout)The total duration for this workflow execution.StartWorkflowExecutionRequest.Builderinput(String input)The input for the workflow execution.StartWorkflowExecutionRequest.BuilderlambdaRole(String lambdaRole)The IAM role to attach to this workflow execution.StartWorkflowExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartWorkflowExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartWorkflowExecutionRequest.BuildertagList(String... tagList)The list of tags to associate with the workflow execution.StartWorkflowExecutionRequest.BuildertagList(Collection<String> tagList)The list of tags to associate with the workflow execution.default StartWorkflowExecutionRequest.BuildertaskList(Consumer<TaskList.Builder> taskList)The task list to use for the decision tasks generated for this workflow execution.StartWorkflowExecutionRequest.BuildertaskList(TaskList taskList)The task list to use for the decision tasks generated for this workflow execution.StartWorkflowExecutionRequest.BuildertaskPriority(String taskPriority)The task priority to use for this workflow execution.StartWorkflowExecutionRequest.BuildertaskStartToCloseTimeout(String taskStartToCloseTimeout)Specifies the maximum duration of decision tasks for this workflow execution.StartWorkflowExecutionRequest.BuilderworkflowId(String workflowId)The user defined identifier associated with the workflow execution.default StartWorkflowExecutionRequest.BuilderworkflowType(Consumer<WorkflowType.Builder> workflowType)The type of the workflow to start.StartWorkflowExecutionRequest.BuilderworkflowType(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
-
-
-
Method Detail
-
domain
StartWorkflowExecutionRequest.Builder domain(String 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 (
-
-