Uses of Interface
software.amazon.awssdk.services.mediatailor.model.UpdateVodSourceRequest.Builder
-
Packages that use UpdateVodSourceRequest.Builder Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.software.amazon.awssdk.services.mediatailor.model -
-
Uses of UpdateVodSourceRequest.Builder in software.amazon.awssdk.services.mediatailor
Method parameters in software.amazon.awssdk.services.mediatailor with type arguments of type UpdateVodSourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateVodSourceResponse>MediaTailorAsyncClient. updateVodSource(Consumer<UpdateVodSourceRequest.Builder> updateVodSourceRequest)Updates a VOD source's configuration.default UpdateVodSourceResponseMediaTailorClient. updateVodSource(Consumer<UpdateVodSourceRequest.Builder> updateVodSourceRequest)Updates a VOD source's configuration. -
Uses of UpdateVodSourceRequest.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return UpdateVodSourceRequest.Builder Modifier and Type Method Description static UpdateVodSourceRequest.BuilderUpdateVodSourceRequest. builder()UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)A list of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)A list of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)A list of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. sourceLocationName(String sourceLocationName)The name of the source location associated with this VOD Source.UpdateVodSourceRequest.BuilderUpdateVodSourceRequest. toBuilder()UpdateVodSourceRequest.BuilderUpdateVodSourceRequest.Builder. vodSourceName(String vodSourceName)The name of the VOD source.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type UpdateVodSourceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateVodSourceRequest.Builder>UpdateVodSourceRequest. serializableBuilderClass()
-