com.amazonaws.services.simpleworkflow.flow.generic
Class ContinueAsNewWorkflowExecutionParameters
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.generic.ContinueAsNewWorkflowExecutionParameters
public class ContinueAsNewWorkflowExecutionParameters
- extends Object
ContinueAsNewWorkflowExecutionParameters
public ContinueAsNewWorkflowExecutionParameters()
getWorkflowTypeVersion
public String getWorkflowTypeVersion()
setWorkflowTypeVersion
public void setWorkflowTypeVersion(String workflowTypeVersion)
getChildPolicy
public ChildPolicy getChildPolicy()
setChildPolicy
public void setChildPolicy(ChildPolicy childPolicy)
getExecutionStartToCloseTimeoutSeconds
public long getExecutionStartToCloseTimeoutSeconds()
setExecutionStartToCloseTimeoutSeconds
public void setExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
withExecutionStartToCloseTimeoutSeconds
public ContinueAsNewWorkflowExecutionParameters withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
getInput
public String getInput()
setInput
public void setInput(String input)
withInput
public ContinueAsNewWorkflowExecutionParameters withInput(String input)
getTagList
public List<String> getTagList()
setTagList
public void setTagList(List<String> tagList)
withTagList
public ContinueAsNewWorkflowExecutionParameters withTagList(List<String> tagList)
getTaskList
public String getTaskList()
setTaskList
public void setTaskList(String taskList)
withTaskList
public ContinueAsNewWorkflowExecutionParameters withTaskList(String taskList)
getTaskStartToCloseTimeoutSeconds
public long getTaskStartToCloseTimeoutSeconds()
setTaskStartToCloseTimeoutSeconds
public void setTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
withTaskStartToCloseTimeoutSeconds
public ContinueAsNewWorkflowExecutionParameters withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
createContinueAsNewParametersFromOptions
public ContinueAsNewWorkflowExecutionParameters createContinueAsNewParametersFromOptions(StartWorkflowOptions options,
StartWorkflowOptions optionsOverride)
toString
public String toString()
- Overrides:
toString
in class Object
clone
public ContinueAsNewWorkflowExecutionParameters clone()
- Overrides:
clone
in class Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.