Interface SearchFlowExecutionsResponse.Builder

    • Method Detail

      • summaries

        SearchFlowExecutionsResponse.Builder summaries​(Collection<FlowExecutionSummary> summaries)

        An array of objects that contain summary information about each workflow execution in the result set.

        Parameters:
        summaries - An array of objects that contain summary information about each workflow execution in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        SearchFlowExecutionsResponse.Builder summaries​(FlowExecutionSummary... summaries)

        An array of objects that contain summary information about each workflow execution in the result set.

        Parameters:
        summaries - An array of objects that contain summary information about each workflow execution in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchFlowExecutionsResponse.Builder nextToken​(String nextToken)

        The string to specify as nextToken when you request the next page of results.

        Parameters:
        nextToken - The string to specify as nextToken when you request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.