Interface ParticipantRecordingHlsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParticipantRecordingHlsConfiguration.Builder,
,ParticipantRecordingHlsConfiguration> SdkBuilder<ParticipantRecordingHlsConfiguration.Builder,
,ParticipantRecordingHlsConfiguration> SdkPojo
- Enclosing class:
ParticipantRecordingHlsConfiguration
@Mutable
@NotThreadSafe
public static interface ParticipantRecordingHlsConfiguration.Builder
extends SdkPojo, CopyableBuilder<ParticipantRecordingHlsConfiguration.Builder,ParticipantRecordingHlsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontargetSegmentDurationSeconds
(Integer targetSegmentDurationSeconds) Defines the target duration for recorded segments generated when recording a stage participant.Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
targetSegmentDurationSeconds
ParticipantRecordingHlsConfiguration.Builder targetSegmentDurationSeconds(Integer targetSegmentDurationSeconds) Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
- Parameters:
targetSegmentDurationSeconds
- Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-