Uses of Interface
software.amazon.awssdk.services.mediatailor.model.DashConfigurationForPut.Builder
-
Packages that use DashConfigurationForPut.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of DashConfigurationForPut.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return DashConfigurationForPut.Builder Modifier and Type Method Description static DashConfigurationForPut.BuilderDashConfigurationForPut. builder()DashConfigurationForPut.BuilderDashConfigurationForPut.Builder. mpdLocation(String mpdLocation)The setting that controls whether MediaTailor includes the Location tag in DASH manifests.DashConfigurationForPut.BuilderDashConfigurationForPut.Builder. originManifestType(String originManifestType)The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.DashConfigurationForPut.BuilderDashConfigurationForPut.Builder. originManifestType(OriginManifestType originManifestType)The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.DashConfigurationForPut.BuilderDashConfigurationForPut. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type DashConfigurationForPut.Builder Modifier and Type Method Description static Class<? extends DashConfigurationForPut.Builder>DashConfigurationForPut. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type DashConfigurationForPut.Builder Modifier and Type Method Description default PutPlaybackConfigurationRequest.BuilderPutPlaybackConfigurationRequest.Builder. dashConfiguration(Consumer<DashConfigurationForPut.Builder> dashConfiguration)The configuration for DASH content.
-