Interface ListPlaybackConfigurationsResponse.Builder

    • Method Detail

      • items

        ListPlaybackConfigurationsResponse.Builder items​(Collection<PlaybackConfiguration> items)

        Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

        Parameters:
        items - Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListPlaybackConfigurationsResponse.Builder items​(PlaybackConfiguration... items)

        Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

        Parameters:
        items - Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPlaybackConfigurationsResponse.Builder nextToken​(String nextToken)

        Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

        Parameters:
        nextToken - Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.