public static interface UpdateVodSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateVodSourceRequest.Builder,UpdateVodSourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVodSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configurations for the VOD source on this account.
This is a convenience method that creates an instance of theHttpPackageConfiguration.Builder avoiding the need
to create one manually via
HttpPackageConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #httpPackageConfigurations(List.
httpPackageConfigurations - a consumer that will call methods on
HttpPackageConfiguration.Builder#httpPackageConfigurations(java.util.Collection) UpdateVodSourceRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source.
sourceLocationName - The name of the source location associated with this VOD Source.UpdateVodSourceRequest.Builder vodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName - The name of the VOD source.UpdateVodSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVodSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.