Class ListPrefetchSchedulesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.

        Returns:
        The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
      • nextToken

        public final String nextToken()

        (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.

        For the first ListPrefetchSchedulesRequest request, omit this value.

        For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

        If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.

        Returns:
        (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.

        For the first ListPrefetchSchedulesRequest request, omit this value.

        For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

        If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.

      • playbackConfigurationName

        public final String playbackConfigurationName()

        Retrieves the prefetch schedule(s) for a specific playback configuration.

        Returns:
        Retrieves the prefetch schedule(s) for a specific playback configuration.
      • streamId

        public final String streamId()

        An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.

        Returns:
        An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object