Interface ListFlowsResponse.Builder

    • Method Detail

      • flows

        ListFlowsResponse.Builder flows​(Collection<FlowDefinition> flows)

        The list of flows associated with your account.

        Parameters:
        flows - The list of flows associated with your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flows

        ListFlowsResponse.Builder flows​(FlowDefinition... flows)

        The list of flows associated with your account.

        Parameters:
        flows - The list of flows associated with your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFlowsResponse.Builder nextToken​(String nextToken)

        The pagination token for next page of data.

        Parameters:
        nextToken - The pagination token for next page of data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.