public static interface UpdateLiveSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateLiveSourceRequest.Builder,UpdateLiveSourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLiveSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.UpdateLiveSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.UpdateLiveSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configurations for the live 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) UpdateLiveSourceRequest.Builder liveSourceName(String liveSourceName)
The name of the live source.
liveSourceName - The name of the live source.UpdateLiveSourceRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with this Live Source.
sourceLocationName - The name of the source location associated with this Live Source.UpdateLiveSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLiveSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.