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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPrefetchScheduleRequest.Buildername(String name)The name of the prefetch schedule.GetPrefetchScheduleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPrefetchScheduleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPrefetchScheduleRequest.BuilderplaybackConfigurationName(String playbackConfigurationName)Returns information about the prefetch schedule for a specific playback configuration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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
GetPrefetchScheduleon 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 callGetPrefetchScheduleon 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPrefetchScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-