Interface GetPrefetchScheduleRequest.Builder

    • Method Detail

      • name

        GetPrefetchScheduleRequest.Builder name​(String name)

        The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

        Parameters:
        name - The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • playbackConfigurationName

        GetPrefetchScheduleRequest.Builder playbackConfigurationName​(String playbackConfigurationName)

        Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.

        Parameters:
        playbackConfigurationName - Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.