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)
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.
|
UpdateVodSourceRequest.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list 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)
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 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.