public static interface S3RecordingSinkConfiguration.Builder extends SdkPojo, CopyableBuilder<S3RecordingSinkConfiguration.Builder,S3RecordingSinkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3RecordingSinkConfiguration.Builder |
destination(String destination)
The default URI of the Amazon S3 bucket used as the recording sink.
|
S3RecordingSinkConfiguration.Builder |
recordingFileFormat(RecordingFileFormat recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
|
S3RecordingSinkConfiguration.Builder |
recordingFileFormat(String recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3RecordingSinkConfiguration.Builder destination(String destination)
The default URI of the Amazon S3 bucket used as the recording sink.
destination - The default URI of the Amazon S3 bucket used as the recording sink.S3RecordingSinkConfiguration.Builder recordingFileFormat(String recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.RecordingFileFormat,
RecordingFileFormatS3RecordingSinkConfiguration.Builder recordingFileFormat(RecordingFileFormat recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.RecordingFileFormat,
RecordingFileFormatCopyright © 2023. All rights reserved.