Provides details of WorkflowExecutionStarted event.

 public HistoryEvent WithWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes)
 {
     this.workflowExecutionStartedEventAttributes = workflowExecutionStartedEventAttributes;
     return this;
 }