Interface S3RecordingSinkConfiguration.Builder

  • Method Details

    • destination

      S3RecordingSinkConfiguration.Builder destination(String destination)

      The default URI of the Amazon S3 bucket used as the recording sink.

      Parameters:
      destination - The default URI of the Amazon S3 bucket used as the recording sink.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordingFileFormat

      S3RecordingSinkConfiguration.Builder recordingFileFormat(String recordingFileFormat)

      The default file format for the media files sent to the Amazon S3 bucket.

      Parameters:
      recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recordingFileFormat

      S3RecordingSinkConfiguration.Builder recordingFileFormat(RecordingFileFormat recordingFileFormat)

      The default file format for the media files sent to the Amazon S3 bucket.

      Parameters:
      recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: