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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
targetSegmentDurationSecondsParticipantRecordingHlsConfiguration.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.
 
 
-