Interface GetPrefetchScheduleRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetPrefetchScheduleRequest.Builder,GetPrefetchScheduleRequest>, MediaTailorRequest.Builder, SdkBuilder<GetPrefetchScheduleRequest.Builder,GetPrefetchScheduleRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetPrefetchScheduleRequest

public static interface GetPrefetchScheduleRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<GetPrefetchScheduleRequest.Builder,GetPrefetchScheduleRequest>
  • Method Details

    • 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.
    • overrideConfiguration

      GetPrefetchScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.