public class StartWorkflowExecutionParameters
extends java.lang.Object
| コンストラクタと説明 |
|---|
StartWorkflowExecutionParameters() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
StartWorkflowExecutionParameters |
clone() |
StartWorkflowExecutionParameters |
createStartWorkflowExecutionParametersFromOptions(StartWorkflowOptions options,
StartWorkflowOptions optionsOverride) |
long |
getExecutionStartToCloseTimeout()
Returns the value of the StartToCloseTimeout property for this object.
|
java.lang.String |
getInput()
Returns the value of the Input property for this object.
|
java.util.List<java.lang.String> |
getTagList()
Returns the value of the TagList property for this object.
|
java.lang.String |
getTaskList()
Returns the value of the TaskList property for this object.
|
long |
getTaskStartToCloseTimeoutSeconds() |
java.lang.String |
getWorkflowId()
Returns the value of the WorkflowId property for this object.
|
WorkflowType |
getWorkflowType()
Returns the value of the WorkflowType property for this object.
|
void |
setExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
Sets the value of the StartToCloseTimeout property for this object.
|
void |
setInput(java.lang.String input)
Sets the value of the Input property for this object.
|
void |
setTagList(java.util.Collection<java.lang.String> tagList)
Sets the value of the TagList property for this object.
|
void |
setTaskList(java.lang.String taskList)
Sets the value of the TaskList property for this object.
|
void |
setTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds) |
void |
setWorkflowId(java.lang.String workflowId)
Sets the value of the WorkflowId property for this object.
|
void |
setWorkflowType(WorkflowType workflowType)
Sets the value of the WorkflowType property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartWorkflowExecutionParameters |
withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
Sets the value of the StartToCloseTimeout property for this object.
|
StartWorkflowExecutionParameters |
withInput(java.lang.String input)
Sets the value of the Input property for this object.
|
StartWorkflowExecutionParameters |
withTagList(java.util.Collection<java.lang.String> tagList)
Sets the value of the TagList property for this object.
|
StartWorkflowExecutionParameters |
withTagList(java.lang.String... tagList)
Sets the value of the TagList property for this object.
|
StartWorkflowExecutionParameters |
withTaskList(java.lang.String taskList)
Sets the value of the TaskList property for this object.
|
StartWorkflowExecutionParameters |
withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds) |
StartWorkflowExecutionParameters |
withWorkflowId(java.lang.String workflowId)
Sets the value of the WorkflowId property for this object.
|
StartWorkflowExecutionParameters |
withWorkflowType(WorkflowType workflowType)
Sets the value of the WorkflowType property for this object.
|
public java.lang.String getWorkflowId()
Constraints:
Length: 1 - 64
public void setWorkflowId(java.lang.String workflowId)
Constraints:
Length: 1 - 64
workflowId - The new value for the WorkflowId property for this object.public StartWorkflowExecutionParameters withWorkflowId(java.lang.String workflowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
workflowId - The new value for the WorkflowId property for this object.public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)
workflowType - The new value for the WorkflowType property for this object.public StartWorkflowExecutionParameters withWorkflowType(WorkflowType workflowType)
Returns a reference to this object so that method calls can be chained together.
workflowType - The new value for the WorkflowType property for this object.public java.lang.String getTaskList()
public void setTaskList(java.lang.String taskList)
taskList - The new value for the TaskList property for this object.public StartWorkflowExecutionParameters withTaskList(java.lang.String taskList)
Returns a reference to this object so that method calls can be chained together.
taskList - The new value for the TaskList property for this object.public java.lang.String getInput()
Constraints:
Length: 0 - 100000
public void setInput(java.lang.String input)
Constraints:
Length: 0 - 100000
input - The new value for the Input property for this object.public StartWorkflowExecutionParameters withInput(java.lang.String input)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100000
input - The new value for the Input property for this object.public long getExecutionStartToCloseTimeout()
Constraints:
Length: 0 - 64
public void setExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
Constraints:
Length: 0 - 64
startToCloseTimeout - The new value for the StartToCloseTimeout property for this object.public StartWorkflowExecutionParameters withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
startToCloseTimeout - The new value for the StartToCloseTimeout property for this object.public long getTaskStartToCloseTimeoutSeconds()
public void setTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
public StartWorkflowExecutionParameters withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
public java.util.List<java.lang.String> getTagList()
Constraints:
Length: 0 - 5
public void setTagList(java.util.Collection<java.lang.String> tagList)
Constraints:
Length: 0 - 5
tagList - The new value for the TagList property for this object.public StartWorkflowExecutionParameters withTagList(java.lang.String... tagList)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 5
tagList - The new value for the TagList property for this object.public StartWorkflowExecutionParameters withTagList(java.util.Collection<java.lang.String> tagList)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 5
tagList - The new value for the TagList property for this object.public StartWorkflowExecutionParameters createStartWorkflowExecutionParametersFromOptions(StartWorkflowOptions options, StartWorkflowOptions optionsOverride)
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public StartWorkflowExecutionParameters clone()
clone クラス内 java.lang.Object