Interface ListFlowDefinitionsResponse.Builder

    • Method Detail

      • flowDefinitionSummaries

        ListFlowDefinitionsResponse.Builder flowDefinitionSummaries​(Collection<FlowDefinitionSummary> flowDefinitionSummaries)

        An array of objects describing the flow definitions.

        Parameters:
        flowDefinitionSummaries - An array of objects describing the flow definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowDefinitionSummaries

        ListFlowDefinitionsResponse.Builder flowDefinitionSummaries​(FlowDefinitionSummary... flowDefinitionSummaries)

        An array of objects describing the flow definitions.

        Parameters:
        flowDefinitionSummaries - An array of objects describing the flow definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFlowDefinitionsResponse.Builder nextToken​(String nextToken)

        A token to resume pagination.

        Parameters:
        nextToken - A token to resume pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.