public static interface CmafPackageCreateOrUpdateParameters.Builder extends SdkPojo, CopyableBuilder<CmafPackageCreateOrUpdateParameters.Builder,CmafPackageCreateOrUpdateParameters>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCmafPackageCreateOrUpdateParameters.Builder encryption(CmafEncryption encryption)
encryption - The new value for the Encryption property for this object.default CmafPackageCreateOrUpdateParameters.Builder encryption(Consumer<CmafEncryption.Builder> encryption)
CmafEncryption.Builder avoiding the need
to create one manually via CmafEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryption(CmafEncryption).
encryption - a consumer that will call methods on CmafEncryption.Builderencryption(CmafEncryption)CmafPackageCreateOrUpdateParameters.Builder hlsManifests(Collection<HlsManifestCreateOrUpdateParameters> hlsManifests)
hlsManifests - A list of HLS manifest configurationsCmafPackageCreateOrUpdateParameters.Builder hlsManifests(HlsManifestCreateOrUpdateParameters... hlsManifests)
hlsManifests - A list of HLS manifest configurationsCmafPackageCreateOrUpdateParameters.Builder hlsManifests(Consumer<HlsManifestCreateOrUpdateParameters.Builder>... hlsManifests)
HlsManifestCreateOrUpdateParameters.Builder
avoiding the need to create one manually via
HlsManifestCreateOrUpdateParameters.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #hlsManifests(List.
hlsManifests - a consumer that will call methods on
HlsManifestCreateOrUpdateParameters.Builder#hlsManifests(java.util.Collection) CmafPackageCreateOrUpdateParameters.Builder segmentDurationSeconds(Integer segmentDurationSeconds)
segmentDurationSeconds - Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the
source segment duration.CmafPackageCreateOrUpdateParameters.Builder segmentPrefix(String segmentPrefix)
segmentPrefix - An optional custom string that is prepended to the name of each segment. If not specified, it defaults
to the ChannelId.CmafPackageCreateOrUpdateParameters.Builder streamSelection(StreamSelection streamSelection)
streamSelection - The new value for the StreamSelection property for this object.default CmafPackageCreateOrUpdateParameters.Builder streamSelection(Consumer<StreamSelection.Builder> streamSelection)
StreamSelection.Builder avoiding the
need to create one manually via StreamSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to streamSelection(StreamSelection).
streamSelection - a consumer that will call methods on StreamSelection.BuilderstreamSelection(StreamSelection)Copyright © 2023. All rights reserved.