Interface ThumbnailDetail.Builder

    • Method Detail

      • pipelineId

        ThumbnailDetail.Builder pipelineId​(String pipelineId)
        Pipeline ID
        Parameters:
        pipelineId - Pipeline ID
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thumbnails

        ThumbnailDetail.Builder thumbnails​(Collection<Thumbnail> thumbnails)
        thumbnails of a single pipeline
        Parameters:
        thumbnails - thumbnails of a single pipeline
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thumbnails

        ThumbnailDetail.Builder thumbnails​(Thumbnail... thumbnails)
        thumbnails of a single pipeline
        Parameters:
        thumbnails - thumbnails of a single pipeline
        Returns:
        Returns a reference to this object so that method calls can be chained together.