Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionConfiguration |
WorkflowExecutionDetail.executionConfiguration
The configuration settings for this workflow execution including timeout
values, tasklist etc.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.clone() |
WorkflowExecutionConfiguration |
WorkflowExecutionDetail.getExecutionConfiguration()
The configuration settings for this workflow execution including timeout
values, tasklist etc.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow
execution is terminated, by calling the TerminateWorkflowExecution
action explicitly or due to an expired timeout.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withChildPolicy(java.lang.String childPolicy)
The policy to use for the child workflow executions if this workflow
execution is terminated, by calling the TerminateWorkflowExecution
action explicitly or due to an expired timeout.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withExecutionStartToCloseTimeout(java.lang.String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withLambdaRole(java.lang.String lambdaRole)
The IAM role used by this workflow execution when invoking AWS Lambda
functions.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow
execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskPriority(java.lang.String taskPriority)
The priority assigned to decision tasks for this workflow execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskStartToCloseTimeout(java.lang.String taskStartToCloseTimeout)
The maximum duration allowed for decision tasks for this workflow
execution.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionDetail.setExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including timeout
values, tasklist etc.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including timeout
values, tasklist etc.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionConfiguration |
WorkflowExecutionConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionConfigurationJsonMarshaller.marshall(WorkflowExecutionConfiguration workflowExecutionConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|