Uses of Interface
software.amazon.awssdk.services.swf.model.ChildWorkflowExecutionStartedEventAttributes.Builder
-
Packages that use ChildWorkflowExecutionStartedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ChildWorkflowExecutionStartedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ChildWorkflowExecutionStartedEventAttributes.Builder Modifier and Type Method Description static ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes. builder()ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes.Builder. initiatedEventId(Long initiatedEventId)The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution.ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes. toBuilder()default ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes.Builder. workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)The child workflow execution that was started.ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes.Builder. workflowExecution(WorkflowExecution workflowExecution)The child workflow execution that was started.default ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes.Builder. workflowType(Consumer<WorkflowType.Builder> workflowType)The type of the child workflow execution.ChildWorkflowExecutionStartedEventAttributes.BuilderChildWorkflowExecutionStartedEventAttributes.Builder. workflowType(WorkflowType workflowType)The type of the child workflow execution.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ChildWorkflowExecutionStartedEventAttributes.Builder Modifier and Type Method Description static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder>ChildWorkflowExecutionStartedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ChildWorkflowExecutionStartedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. childWorkflowExecutionStartedEventAttributes(Consumer<ChildWorkflowExecutionStartedEventAttributes.Builder> childWorkflowExecutionStartedEventAttributes)If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.
-