Uses of Interface
software.amazon.awssdk.services.mediatailor.model.UpdateLiveSourceRequest.Builder
-
Packages that use UpdateLiveSourceRequest.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 UpdateLiveSourceRequest.Builder in software.amazon.awssdk.services.mediatailor
Method parameters in software.amazon.awssdk.services.mediatailor with type arguments of type UpdateLiveSourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLiveSourceResponse>MediaTailorAsyncClient. updateLiveSource(Consumer<UpdateLiveSourceRequest.Builder> updateLiveSourceRequest)Updates a live source's configuration.default UpdateLiveSourceResponseMediaTailorClient. updateLiveSource(Consumer<UpdateLiveSourceRequest.Builder> updateLiveSourceRequest)Updates a live source's configuration. -
Uses of UpdateLiveSourceRequest.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return UpdateLiveSourceRequest.Builder Modifier and Type Method Description static UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest. builder()UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)A list of HTTP package configurations for the live source on this account.UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)A list of HTTP package configurations for the live source on this account.UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)A list of HTTP package configurations for the live source on this account.UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. liveSourceName(String liveSourceName)The name of the live source.UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest.Builder. sourceLocationName(String sourceLocationName)The name of the source location associated with this Live Source.UpdateLiveSourceRequest.BuilderUpdateLiveSourceRequest. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type UpdateLiveSourceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLiveSourceRequest.Builder>UpdateLiveSourceRequest. serializableBuilderClass()
-