Class StartWorkflowExecutionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.swf.model.SwfRequest
-
- software.amazon.awssdk.services.swf.model.StartWorkflowExecutionRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartWorkflowExecutionRequest extends SwfRequest implements ToCopyableBuilder<StartWorkflowExecutionRequest.Builder,StartWorkflowExecutionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StartWorkflowExecutionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domain
public 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 (
-
-