public static interface HlsOutputSettings.Builder extends SdkPojo, CopyableBuilder<HlsOutputSettings.Builder,HlsOutputSettings>
Modifier and Type | Method and Description |
---|---|
default HlsOutputSettings.Builder |
hlsSettings(Consumer<HlsSettings.Builder> hlsSettings)
Settings regarding the underlying stream.
|
HlsOutputSettings.Builder |
hlsSettings(HlsSettings hlsSettings)
Settings regarding the underlying stream.
|
HlsOutputSettings.Builder |
nameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
HlsOutputSettings.Builder |
segmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
copy
applyMutation, build
HlsOutputSettings.Builder hlsSettings(HlsSettings hlsSettings)
hlsSettings
- Settings regarding the underlying stream. These settings are different for audio-only outputs.default HlsOutputSettings.Builder hlsSettings(Consumer<HlsSettings.Builder> hlsSettings)
HlsSettings.Builder
avoiding the need to create one
manually via HlsSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to hlsSettings(HlsSettings)
.hlsSettings
- a consumer that will call methods on HlsSettings.Builder
hlsSettings(HlsSettings)
HlsOutputSettings.Builder nameModifier(String nameModifier)
nameModifier
- String concatenated to the end of the destination filename. Accepts \"Format
Identifiers\":#formatIdentifierParameters.HlsOutputSettings.Builder segmentModifier(String segmentModifier)
segmentModifier
- String concatenated to end of segment filenames.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.