@Generated(value="software.amazon.awssdk:codegen") public final class StartWorkflowExecutionRequest extends SwfRequest implements ToCopyableBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartWorkflowExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartWorkflowExecutionRequest.Builder |
builder() |
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.
|
String |
childPolicyAsString()
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.
|
String |
domain()
The name of the domain in which the workflow execution is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionStartToCloseTimeout()
The total duration for this workflow execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The input for the workflow execution.
|
String |
lambdaRole()
The IAM role to attach to this workflow execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
List<String> |
tagList()
The list of tags to associate with the workflow execution.
|
TaskList |
taskList()
The task list to use for the decision tasks generated for this workflow execution.
|
String |
taskPriority()
The task priority to use for this workflow execution.
|
String |
taskStartToCloseTimeout()
Specifies the maximum duration of decision tasks for this workflow execution.
|
StartWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
The user defined identifier associated with the workflow execution.
|
WorkflowType |
workflowType()
The type of the workflow to start.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domain()
The name of the domain in which the workflow execution is created.
public String workflowId()
The user defined identifier associated with the workflow execution. You can use this to associate a custom
identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically
a restart of a previous execution. You cannot have two open workflow executions with the same
workflowId at the same time within the same domain.
The specified string must not start or end with whitespace. It must not contain a : (colon),
/ (slash), | (vertical bar), or any control characters (