Interface DeletePrefetchScheduleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeletePrefetchScheduleRequest.Builder,
,DeletePrefetchScheduleRequest> MediaTailorRequest.Builder
,SdkBuilder<DeletePrefetchScheduleRequest.Builder,
,DeletePrefetchScheduleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeletePrefetchScheduleRequest
@Mutable
@NotThreadSafe
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
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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-