Interface ListStudiosResponse.Builder

    • Method Detail

      • nextToken

        ListStudiosResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studios

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

        A collection of studios.

        Parameters:
        studios - A collection of studios.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studios

        ListStudiosResponse.Builder studios​(Studio... studios)

        A collection of studios.

        Parameters:
        studios - A collection of studios.
        Returns:
        Returns a reference to this object so that method calls can be chained together.