Interface ParticipantThumbnailConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParticipantThumbnailConfiguration.Builder,ParticipantThumbnailConfiguration>,SdkBuilder<ParticipantThumbnailConfiguration.Builder,ParticipantThumbnailConfiguration>,SdkPojo
- Enclosing class:
- ParticipantThumbnailConfiguration
public static interface ParticipantThumbnailConfiguration.Builder extends SdkPojo, CopyableBuilder<ParticipantThumbnailConfiguration.Builder,ParticipantThumbnailConfiguration>
-
-
Method Summary
-
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 Detail
-
targetIntervalSeconds
ParticipantThumbnailConfiguration.Builder targetIntervalSeconds(Integer targetIntervalSeconds)
The targeted thumbnail-generation interval in seconds. This is configurable only if
recordingModeisINTERVAL. Default: 60.- Parameters:
targetIntervalSeconds- The targeted thumbnail-generation interval in seconds. This is configurable only ifrecordingModeisINTERVAL. Default: 60.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageWithStrings
ParticipantThumbnailConfiguration.Builder storageWithStrings(Collection<String> storage)
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Parameters:
storage- Indicates the format in which thumbnails are recorded.SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageWithStrings
ParticipantThumbnailConfiguration.Builder storageWithStrings(String... storage)
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Parameters:
storage- Indicates the format in which thumbnails are recorded.SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storage
ParticipantThumbnailConfiguration.Builder storage(Collection<ThumbnailStorageType> storage)
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Parameters:
storage- Indicates the format in which thumbnails are recorded.SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storage
ParticipantThumbnailConfiguration.Builder storage(ThumbnailStorageType... storage)
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Parameters:
storage- Indicates the format in which thumbnails are recorded.SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordingMode
ParticipantThumbnailConfiguration.Builder recordingMode(String recordingMode)
Thumbnail recording mode. Default:
DISABLED.- Parameters:
recordingMode- Thumbnail recording mode. Default:DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThumbnailRecordingMode,ThumbnailRecordingMode
-
recordingMode
ParticipantThumbnailConfiguration.Builder recordingMode(ThumbnailRecordingMode recordingMode)
Thumbnail recording mode. Default:
DISABLED.- Parameters:
recordingMode- Thumbnail recording mode. Default:DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThumbnailRecordingMode,ThumbnailRecordingMode
-
-