public static interface OutputSettings.Builder extends CopyableBuilder<OutputSettings.Builder,OutputSettings>
| Modifier and Type | Method and Description |
|---|---|
default OutputSettings.Builder |
hlsSettings(Consumer<HlsSettings.Builder> hlsSettings)
Sets the value of the HlsSettings property for this object.
|
OutputSettings.Builder |
hlsSettings(HlsSettings hlsSettings)
Sets the value of the HlsSettings property for this object.
|
copyapply, buildOutputSettings.Builder hlsSettings(HlsSettings hlsSettings)
hlsSettings - The new value for the HlsSettings property for this object.default OutputSettings.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.BuilderhlsSettings(HlsSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.