Interface DeletePrefetchScheduleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeletePrefetchScheduleRequest.Builder,,DeletePrefetchScheduleRequest> MediaTailorRequest.Builder,SdkBuilder<DeletePrefetchScheduleRequest.Builder,,DeletePrefetchScheduleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeletePrefetchScheduleRequest
public static interface DeletePrefetchScheduleRequest.Builder
extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<DeletePrefetchScheduleRequest.Builder,DeletePrefetchScheduleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the prefetch schedule.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.playbackConfigurationName(String playbackConfigurationName) The name of the playback configuration for this prefetch schedule.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.
- Parameters:
name- The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
playbackConfigurationName
The name of the playback configuration for this prefetch schedule.
- Parameters:
playbackConfigurationName- The name of the playback configuration for this prefetch schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePrefetchScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeletePrefetchScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-