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