public static interface CreateVodSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateVodSourceRequest.Builder,CreateVodSourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVodSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
An array of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - An array of HTTP package configuration parameters for this VOD source.CreateVodSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
An array of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - An array of HTTP package configuration parameters for this VOD source.CreateVodSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
An array of HTTP package configuration parameters for this VOD source.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #httpPackageConfigurations(List) .httpPackageConfigurations - a consumer that will call methods on List.Builder #httpPackageConfigurations(List) CreateVodSourceRequest.Builder sourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
sourceLocationName - The identifier for the source location you are working on.CreateVodSourceRequest.Builder tags(Map<String,String> tags)
The tags to assign to the VOD source.
tags - The tags to assign to the VOD source.CreateVodSourceRequest.Builder vodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
vodSourceName - The identifier for the VOD source you are working on.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.