public static interface CreateLiveSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateLiveSourceRequest.Builder,CreateLiveSourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLiveSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this live source.CreateLiveSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this live source.CreateLiveSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configuration parameters for this live source.
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) CreateLiveSourceRequest.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.CreateLiveSourceRequest.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.CreateLiveSourceRequest.Builder tags(Map<String,String> tags)
The tags to assign to the live source.
tags - The tags to assign to the live source.CreateLiveSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLiveSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.