Interface DescribePipelinesResponse.Builder

    • Method Detail

      • pipelineDescriptionList

        DescribePipelinesResponse.Builder pipelineDescriptionList​(Collection<PipelineDescription> pipelineDescriptionList)

        An array of descriptions for the specified pipelines.

        Parameters:
        pipelineDescriptionList - An array of descriptions for the specified pipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineDescriptionList

        DescribePipelinesResponse.Builder pipelineDescriptionList​(PipelineDescription... pipelineDescriptionList)

        An array of descriptions for the specified pipelines.

        Parameters:
        pipelineDescriptionList - An array of descriptions for the specified pipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.