public static interface CreateVodSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateVodSourceRequest.Builder,CreateVodSourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVodSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.CreateVodSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.CreateVodSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
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) CreateVodSourceRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location for this VOD source.
sourceLocationName - The name of the source location for this VOD source.CreateVodSourceRequest.Builder tags(Map<String,String> tags)
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags - The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon
resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental
MediaTailor Resources.CreateVodSourceRequest.Builder vodSourceName(String vodSourceName)
The name associated with the VOD source.>
vodSourceName - The name associated with the VOD source.>CreateVodSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVodSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.