StructuredPojo
, ToCopyableBuilder<WorkflowExecutionContinuedAsNewEventAttributes.Builder,WorkflowExecutionContinuedAsNewEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class WorkflowExecutionContinuedAsNewEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<WorkflowExecutionContinuedAsNewEventAttributes.Builder,WorkflowExecutionContinuedAsNewEventAttributes>
Provides details of the WorkflowExecutionContinuedAsNew
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static WorkflowExecutionContinuedAsNewEventAttributes.Builder |
builder() |
|
String |
childPolicy() |
The policy to use for the child workflow executions of the new execution if it is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an expired timeout.
|
Long |
decisionTaskCompletedEventId() |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
ContinueAsNewWorkflowExecution decision that started this execution. |
boolean |
equals(Object obj) |
|
String |
executionStartToCloseTimeout() |
The total duration allowed for the new workflow execution.
|
int |
hashCode() |
|
String |
input() |
The input provided to the new workflow execution.
|
String |
lambdaRole() |
The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
newExecutionRunId() |
The
runId of the new workflow execution. |
static Class<? extends WorkflowExecutionContinuedAsNewEventAttributes.Builder> |
serializableBuilderClass() |
|
List<String> |
tagList() |
The list of tags associated with the new workflow execution.
|
TaskList |
taskList() |
|
String |
taskPriority() |
|
String |
taskStartToCloseTimeout() |
The maximum duration of decision tasks for the new workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
WorkflowType |
workflowType() |
public String input()
The input provided to the new workflow execution.
public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful
for diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskCompleted
event corresponding to the decision task that resulted
in the ContinueAsNewWorkflowExecution
decision that started this execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.public String newExecutionRunId()
The runId
of the new workflow execution.
runId
of the new workflow execution.public String executionStartToCloseTimeout()
The total duration allowed for the new workflow execution.
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
public TaskList taskList()
public String taskPriority()
public String taskStartToCloseTimeout()
The maximum duration of decision tasks for the new workflow execution.
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
public String childPolicy()
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate
actions when it receives an execution history with this event.The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.ChildPolicy
public List<String> tagList()
The list of tags associated with the new workflow execution.
public WorkflowType workflowType()
public String lambdaRole()
The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.
public WorkflowExecutionContinuedAsNewEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkflowExecutionContinuedAsNewEventAttributes.Builder,WorkflowExecutionContinuedAsNewEventAttributes>
public static WorkflowExecutionContinuedAsNewEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionContinuedAsNewEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.