Used to filter the closed workflow executions in visibility APIs by their close status.

 public ListClosedWorkflowExecutionsRequest WithCloseStatusFilter(CloseStatusFilter closeStatusFilter)
 {
     this.closeStatusFilter = closeStatusFilter;
     return this;
 }
 /// <summary>
 /// Sets the CloseStatusFilter property
 /// </summary>
 /// <param name="closeStatusFilter">The value to set for the CloseStatusFilter property </param>
 /// <returns>this instance</returns>
 public ListClosedWorkflowExecutionsRequest WithCloseStatusFilter(CloseStatusFilter closeStatusFilter)
 {
     this.closeStatusFilter = closeStatusFilter;
     return(this);
 }