public class ContinueAsNewWorkflowExecutionParameters extends Object
Constructor and Description |
---|
ContinueAsNewWorkflowExecutionParameters() |
public ContinueAsNewWorkflowExecutionParameters()
public String getWorkflowTypeVersion()
public void setWorkflowTypeVersion(String workflowTypeVersion)
public ChildPolicy getChildPolicy()
public void setChildPolicy(ChildPolicy childPolicy)
public long getExecutionStartToCloseTimeoutSeconds()
public void setExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
public ContinueAsNewWorkflowExecutionParameters withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
public String getInput()
public void setInput(String input)
public ContinueAsNewWorkflowExecutionParameters withInput(String input)
public ContinueAsNewWorkflowExecutionParameters withTagList(List<String> tagList)
public String getTaskList()
public void setTaskList(String taskList)
public ContinueAsNewWorkflowExecutionParameters withTaskList(String taskList)
public long getTaskStartToCloseTimeoutSeconds()
public void setTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
public ContinueAsNewWorkflowExecutionParameters withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
public ContinueAsNewWorkflowExecutionParameters createContinueAsNewParametersFromOptions(StartWorkflowOptions options, StartWorkflowOptions optionsOverride)
public ContinueAsNewWorkflowExecutionParameters clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.