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 identifier for the live source you are working on.
liveSourceName - The identifier for the live source you are working on.UpdateLiveSourceRequest.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.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.