Interface AutoParticipantRecordingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutoParticipantRecordingConfiguration.Builder,,AutoParticipantRecordingConfiguration> SdkBuilder<AutoParticipantRecordingConfiguration.Builder,,AutoParticipantRecordingConfiguration> SdkPojo
- Enclosing class:
AutoParticipantRecordingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionhlsConfiguration(Consumer<ParticipantRecordingHlsConfiguration.Builder> hlsConfiguration) HLS configuration object for individual participant recording.hlsConfiguration(ParticipantRecordingHlsConfiguration hlsConfiguration) HLS configuration object for individual participant recording.mediaTypes(Collection<ParticipantRecordingMediaType> mediaTypes) Types of media to be recorded.mediaTypes(ParticipantRecordingMediaType... mediaTypes) Types of media to be recorded.mediaTypesWithStrings(String... mediaTypes) Types of media to be recorded.mediaTypesWithStrings(Collection<String> mediaTypes) Types of media to be recorded.recordingReconnectWindowSeconds(Integer recordingReconnectWindowSeconds) If a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together.recordParticipantReplicas(Boolean recordParticipantReplicas) Optional field to disable replica participant recording.storageConfigurationArn(String storageConfigurationArn) ARN of the StorageConfiguration resource to use for individual participant recording.thumbnailConfiguration(Consumer<ParticipantThumbnailConfiguration.Builder> thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.thumbnailConfiguration(ParticipantThumbnailConfiguration thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
storageConfigurationArn
AutoParticipantRecordingConfiguration.Builder storageConfigurationArn(String storageConfigurationArn) ARN of the StorageConfiguration resource to use for individual participant recording. Default:
""(empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated. To disable individual participant recording, set this to""; other fields in this object will get reset to their defaults when sending"".- Parameters:
storageConfigurationArn- ARN of the StorageConfiguration resource to use for individual participant recording. Default:""(empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated. To disable individual participant recording, set this to""; other fields in this object will get reset to their defaults when sending"".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaTypesWithStrings
Types of media to be recorded. Default:
AUDIO_VIDEO.- Parameters:
mediaTypes- Types of media to be recorded. Default:AUDIO_VIDEO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaTypesWithStrings
Types of media to be recorded. Default:
AUDIO_VIDEO.- Parameters:
mediaTypes- Types of media to be recorded. Default:AUDIO_VIDEO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaTypes
AutoParticipantRecordingConfiguration.Builder mediaTypes(Collection<ParticipantRecordingMediaType> mediaTypes) Types of media to be recorded. Default:
AUDIO_VIDEO.- Parameters:
mediaTypes- Types of media to be recorded. Default:AUDIO_VIDEO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaTypes
AutoParticipantRecordingConfiguration.Builder mediaTypes(ParticipantRecordingMediaType... mediaTypes) Types of media to be recorded. Default:
AUDIO_VIDEO.- Parameters:
mediaTypes- Types of media to be recorded. Default:AUDIO_VIDEO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailConfiguration
AutoParticipantRecordingConfiguration.Builder thumbnailConfiguration(ParticipantThumbnailConfiguration thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
- Parameters:
thumbnailConfiguration- A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailConfiguration
default AutoParticipantRecordingConfiguration.Builder thumbnailConfiguration(Consumer<ParticipantThumbnailConfiguration.Builder> thumbnailConfiguration) A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
This is a convenience method that creates an instance of theParticipantThumbnailConfiguration.Builderavoiding the need to create one manually viaParticipantThumbnailConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothumbnailConfiguration(ParticipantThumbnailConfiguration).- Parameters:
thumbnailConfiguration- a consumer that will call methods onParticipantThumbnailConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recordingReconnectWindowSeconds
AutoParticipantRecordingConfiguration.Builder recordingReconnectWindowSeconds(Integer recordingReconnectWindowSeconds) If a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together.
The default value is 0, which disables merging.
- Parameters:
recordingReconnectWindowSeconds- If a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together.The default value is 0, which disables merging.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsConfiguration
AutoParticipantRecordingConfiguration.Builder hlsConfiguration(ParticipantRecordingHlsConfiguration hlsConfiguration) HLS configuration object for individual participant recording.
- Parameters:
hlsConfiguration- HLS configuration object for individual participant recording.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hlsConfiguration
default AutoParticipantRecordingConfiguration.Builder hlsConfiguration(Consumer<ParticipantRecordingHlsConfiguration.Builder> hlsConfiguration) HLS configuration object for individual participant recording.
This is a convenience method that creates an instance of theParticipantRecordingHlsConfiguration.Builderavoiding the need to create one manually viaParticipantRecordingHlsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohlsConfiguration(ParticipantRecordingHlsConfiguration).- Parameters:
hlsConfiguration- a consumer that will call methods onParticipantRecordingHlsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recordParticipantReplicas
AutoParticipantRecordingConfiguration.Builder recordParticipantReplicas(Boolean recordParticipantReplicas) Optional field to disable replica participant recording. If this is set to
falsewhen a participant is a replica, replica participants are not recorded. Default:true.- Parameters:
recordParticipantReplicas- Optional field to disable replica participant recording. If this is set tofalsewhen a participant is a replica, replica participants are not recorded. Default:true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-