public static interface UpdateVodSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateVodSourceRequest.Builder,UpdateVodSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVodSourceRequest.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceRequest.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceRequest.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
|
UpdateVodSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVodSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVodSourceRequest.Builder |
sourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
UpdateVodSourceRequest.Builder |
vodSourceName(String vodSourceName)
The identifier for the VOD source you are working on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVodSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations - An array of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
httpPackageConfigurations - An array of HTTP package configurations for the VOD source on this account.UpdateVodSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
An array of HTTP package configurations for the VOD source on this account.
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) UpdateVodSourceRequest.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.UpdateVodSourceRequest.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.UpdateVodSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVodSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.