Interface ListPipelinesResponse.Builder

    • Method Detail

      • pipelines

        ListPipelinesResponse.Builder pipelines​(Collection<Pipeline> pipelines)

        An array of Pipeline objects.

        Parameters:
        pipelines - An array of Pipeline objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelines

        ListPipelinesResponse.Builder pipelines​(Pipeline... pipelines)

        An array of Pipeline objects.

        Parameters:
        pipelines - An array of Pipeline objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        ListPipelinesResponse.Builder nextPageToken​(String nextPageToken)

        A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

        Parameters:
        nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.