Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionTerminatedEventAttributes.Builder
-
Packages that use WorkflowExecutionTerminatedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionTerminatedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionTerminatedEventAttributes.Builder Modifier and Type Method Description static WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes. builder()
WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes.Builder. cause(String causeValue)
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes.Builder. cause(WorkflowExecutionTerminatedCause causeValue)
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes.Builder. childPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes.Builder. childPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes.Builder. details(String details)
The details provided for the termination.WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes.Builder. reason(String reason)
The reason provided for the termination.WorkflowExecutionTerminatedEventAttributes.Builder
WorkflowExecutionTerminatedEventAttributes. toBuilder()
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionTerminatedEventAttributes.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionTerminatedEventAttributes.Builder>
WorkflowExecutionTerminatedEventAttributes. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionTerminatedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.Builder
HistoryEvent.Builder. workflowExecutionTerminatedEventAttributes(Consumer<WorkflowExecutionTerminatedEventAttributes.Builder> workflowExecutionTerminatedEventAttributes)
If the event is of typeWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.
-