Interface WorkflowExecutionFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorkflowExecutionFilter.Builder,WorkflowExecutionFilter>, SdkBuilder<WorkflowExecutionFilter.Builder,WorkflowExecutionFilter>, SdkPojo
Enclosing class:
WorkflowExecutionFilter

public static interface WorkflowExecutionFilter.Builder extends SdkPojo, CopyableBuilder<WorkflowExecutionFilter.Builder,WorkflowExecutionFilter>
  • Method Details

    • workflowId

      WorkflowExecutionFilter.Builder workflowId(String workflowId)

      The workflowId to pass of match the criteria of this filter.

      Parameters:
      workflowId - The workflowId to pass of match the criteria of this filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.