Interface ListStudioComponentsResponse.Builder

    • Method Detail

      • nextToken

        ListStudioComponentsResponse.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.
      • studioComponents

        ListStudioComponentsResponse.Builder studioComponents​(Collection<StudioComponent> studioComponents)

        A collection of studio components.

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

        ListStudioComponentsResponse.Builder studioComponents​(StudioComponent... studioComponents)

        A collection of studio components.

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