Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionStartedEventAttributes |
HistoryEvent.workflowExecutionStartedEventAttributes
If the event is of type
WorkflowExecutionStarted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.clone() |
WorkflowExecutionStartedEventAttributes |
HistoryEvent.getWorkflowExecutionStartedEventAttributes()
If the event is of type
WorkflowExecutionStarted then this
member is set and provides detailed information about the event. |
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.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.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.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.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withContinuedExecutionRunId(java.lang.String continuedExecutionRunId)
If this workflow execution was started due to a
ContinueAsNewWorkflowExecution decision, then it contains
the runId of the previous workflow execution that was closed
and continued as this execution. |
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withExecutionStartToCloseTimeout(java.lang.String executionStartToCloseTimeout)
The maximum duration for this workflow execution.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withInput(java.lang.String input)
The input provided to the workflow execution (if any).
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withLambdaRole(java.lang.String lambdaRole)
The IAM role attached to this workflow execution to use when invoking AWS
Lambda functions.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withParentInitiatedEventId(java.lang.Long parentInitiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this workflow execution. |
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
The source workflow execution that started this workflow execution.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTagList(java.util.Collection<java.lang.String> tagList)
The list of tags associated with this workflow execution.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTagList(java.lang.String... tagList)
The list of tags associated with this workflow execution.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTaskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this
workflow execution.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTaskPriority(java.lang.String taskPriority) |
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTaskStartToCloseTimeout(java.lang.String taskStartToCloseTimeout)
The maximum duration of decision tasks for this workflow type.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withWorkflowType(WorkflowType workflowType)
The workflow type of this execution.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes)
If the event is of type
WorkflowExecutionStarted then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes)
If the event is of type
WorkflowExecutionStarted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionStartedEventAttributesJsonMarshaller.marshall(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|