Interface OutputSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputSettings.Builder,
,OutputSettings> SdkBuilder<OutputSettings.Builder,
,OutputSettings> SdkPojo
- Enclosing class:
OutputSettings
public static interface OutputSettings.Builder
extends SdkPojo, CopyableBuilder<OutputSettings.Builder,OutputSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault OutputSettings.Builder
hlsSettings
(Consumer<HlsSettings.Builder> hlsSettings) Settings for HLS output groups This is a convenience method that creates an instance of theHlsSettings.Builder
avoiding the need to create one manually viaHlsSettings.builder()
.hlsSettings
(HlsSettings hlsSettings) Settings for HLS output groupsMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
hlsSettings
Settings for HLS output groups- Parameters:
hlsSettings
- Settings for HLS output groups- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsSettings
Settings for HLS output groups This is a convenience method that creates an instance of theHlsSettings.Builder
avoiding the need to create one manually viaHlsSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohlsSettings(HlsSettings)
.- Parameters:
hlsSettings
- a consumer that will call methods onHlsSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-