Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionTimedOutEventAttributes.Builder
-
Packages that use WorkflowExecutionTimedOutEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionTimedOutEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionTimedOutEventAttributes.Builder Modifier and Type Method Description static WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes. builder()WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes.Builder. childPolicy(String childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes.Builder. childPolicy(ChildPolicy childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes.Builder. timeoutType(String timeoutType)The type of timeout that caused this event.WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes.Builder. timeoutType(WorkflowExecutionTimeoutType timeoutType)The type of timeout that caused this event.WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionTimedOutEventAttributes.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder>WorkflowExecutionTimedOutEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionTimedOutEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. workflowExecutionTimedOutEventAttributes(Consumer<WorkflowExecutionTimedOutEventAttributes.Builder> workflowExecutionTimedOutEventAttributes)If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.
-