Interface GetPrefetchScheduleResponse.Builder

    • Method Detail

      • arn

        GetPrefetchScheduleResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the prefetch schedule.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the prefetch schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consumption

        GetPrefetchScheduleResponse.Builder consumption​(PrefetchConsumption consumption)

        Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.

        Parameters:
        consumption - Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetPrefetchScheduleResponse.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

        GetPrefetchScheduleResponse.Builder playbackConfigurationName​(String playbackConfigurationName)

        The name of the playback configuration to create the prefetch schedule for.

        Parameters:
        playbackConfigurationName - The name of the playback configuration to create the prefetch schedule for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retrieval

        GetPrefetchScheduleResponse.Builder retrieval​(PrefetchRetrieval retrieval)

        A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

        Parameters:
        retrieval - A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamId

        GetPrefetchScheduleResponse.Builder streamId​(String streamId)

        An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.

        Parameters:
        streamId - An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.