Interface ListStudiosResponse.Builder

    • Method Detail

      • studios

        ListStudiosResponse.Builder studios​(Collection<StudioSummary> studios)

        The list of Studio summary objects.

        Parameters:
        studios - The list of Studio summary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studios

        ListStudiosResponse.Builder studios​(StudioSummary... studios)

        The list of Studio summary objects.

        Parameters:
        studios - The list of Studio summary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListStudiosResponse.Builder marker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.