Interface GetChannelScheduleResponse.Builder

    • Method Detail

      • items

        GetChannelScheduleResponse.Builder items​(ScheduleEntry... items)

        A list of schedule entries for the channel.

        Parameters:
        items - A list of schedule entries for the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetChannelScheduleResponse.Builder nextToken​(String nextToken)

        Pagination token returned by the 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 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.