Interface ListPipelinesResponse.Builder

    • Method Detail

      • pipelines

        ListPipelinesResponse.Builder pipelines​(PipelineSummary... pipelines)

        The list of pipelines.

        Parameters:
        pipelines - The list of pipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPipelinesResponse.Builder nextToken​(String nextToken)

        If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.

        Parameters:
        nextToken - If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.