public static interface GetPrefetchScheduleRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<GetPrefetchScheduleRequest.Builder,GetPrefetchScheduleRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPrefetchScheduleRequest.Builder |
name(String name)
The name of the prefetch schedule.
|
GetPrefetchScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPrefetchScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPrefetchScheduleRequest.Builder |
playbackConfigurationName(String playbackConfigurationName)
Returns information about the prefetch schedule for a specific playback configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPrefetchScheduleRequest.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.
name - The name of the prefetch schedule. The name must be unique among all prefetch schedules that are
associated with the specified playback configuration.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.
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.GetPrefetchScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPrefetchScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.