Interface ListMatchingWorkflowsResponse.Builder

    • Method Detail

      • nextToken

        ListMatchingWorkflowsResponse.Builder nextToken​(String nextToken)

        The pagination token from the previous API call.

        Parameters:
        nextToken - The pagination token from the previous API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowSummaries

        ListMatchingWorkflowsResponse.Builder workflowSummaries​(Collection<MatchingWorkflowSummary> workflowSummaries)

        A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.

        Parameters:
        workflowSummaries - A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowSummaries

        ListMatchingWorkflowsResponse.Builder workflowSummaries​(MatchingWorkflowSummary... workflowSummaries)

        A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.

        Parameters:
        workflowSummaries - A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.