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 interfaceStartWorkflowExecutionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartWorkflowExecutionRequest.Builderbuilder()ChildPolicychildPolicy()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.StringchildPolicyAsString()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.Stringdomain()The name of the domain in which the workflow execution is created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionStartToCloseTimeout()The total duration for this workflow execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasTagList()For responses, this returns true if the service returned a value for the TagList property.Stringinput()The input for the workflow execution.StringlambdaRole()The IAM role to attach to this workflow execution.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartWorkflowExecutionRequest.Builder>serializableBuilderClass()List<String>tagList()The list of tags to associate with the workflow execution.TaskListtaskList()The task list to use for the decision tasks generated for this workflow execution.StringtaskPriority()The task priority to use for this workflow execution.StringtaskStartToCloseTimeout()Specifies the maximum duration of decision tasks for this workflow execution.StartWorkflowExecutionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkflowId()The user defined identifier associated with the workflow execution.WorkflowTypeworkflowType()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 (
-
-