@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() |
boolean |
hasTagList()
For responses, this returns true if the service returned a value for the TagList property.
|
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 final 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 (