@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWorkflowExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartWorkflowExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StartWorkflowExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChildPolicy()
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 |
getDomain()
The name of the domain in which the workflow execution is created.
|
String |
getExecutionStartToCloseTimeout()
The total duration for this workflow execution.
|
String |
getInput()
The input for the workflow execution.
|
String |
getLambdaRole()
The IAM role to attach to this workflow execution.
|
List<String> |
getTagList()
The list of tags to associate with the workflow execution.
|
TaskList |
getTaskList()
The task list to use for the decision tasks generated for this workflow execution.
|
String |
getTaskPriority()
The task priority to use for this workflow execution.
|
String |
getTaskStartToCloseTimeout()
Specifies the maximum duration of decision tasks for this workflow execution.
|
String |
getWorkflowId()
The user defined identifier associated with the workflow execution.
|
WorkflowType |
getWorkflowType()
The type of the workflow to start.
|
int |
hashCode() |
void |
setChildPolicy(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.
|
void |
setChildPolicy(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.
|
void |
setDomain(String domain)
The name of the domain in which the workflow execution is created.
|
void |
setExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
void |
setInput(String input)
The input for the workflow execution.
|
void |
setLambdaRole(String lambdaRole)
The IAM role to attach to this workflow execution.
|
void |
setTagList(Collection<String> tagList)
The list of tags to associate with the workflow execution.
|
void |
setTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this workflow execution.
|
void |
setTaskPriority(String taskPriority)
The task priority to use for this workflow execution.
|
void |
setTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow execution.
|
void |
setWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
void |
setWorkflowType(WorkflowType workflowType)
The type of the workflow to start.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartWorkflowExecutionRequest |
withChildPolicy(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 |
withChildPolicy(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 |
withDomain(String domain)
The name of the domain in which the workflow execution is created.
|
StartWorkflowExecutionRequest |
withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
StartWorkflowExecutionRequest |
withInput(String input)
The input for the workflow execution.
|
StartWorkflowExecutionRequest |
withLambdaRole(String lambdaRole)
The IAM role to attach to this workflow execution.
|
StartWorkflowExecutionRequest |
withTagList(Collection<String> tagList)
The list of tags to associate with the workflow execution.
|
StartWorkflowExecutionRequest |
withTagList(String... tagList)
The list of tags to associate with the workflow execution.
|
StartWorkflowExecutionRequest |
withTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this workflow execution.
|
StartWorkflowExecutionRequest |
withTaskPriority(String taskPriority)
The task priority to use for this workflow execution.
|
StartWorkflowExecutionRequest |
withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow execution.
|
StartWorkflowExecutionRequest |
withWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
StartWorkflowExecutionRequest |
withWorkflowType(WorkflowType workflowType)
The type of the workflow to start.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomain(String domain)
The name of the domain in which the workflow execution is created.
domain
- The name of the domain in which the workflow execution is created.public String getDomain()
The name of the domain in which the workflow execution is created.
public StartWorkflowExecutionRequest withDomain(String domain)
The name of the domain in which the workflow execution is created.
domain
- The name of the domain in which the workflow execution is created.public void setWorkflowId(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.
The specified string must not start or end with whitespace. It must not contain a :
(colon),
/
(slash), |
(vertical bar), or any control characters (