Interface AutoParticipantRecordingConfiguration.Builder

    • Method Detail

      • 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.

        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaTypesWithStrings

        AutoParticipantRecordingConfiguration.Builder mediaTypesWithStrings​(Collection<String> 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.
      • mediaTypesWithStrings

        AutoParticipantRecordingConfiguration.Builder mediaTypesWithStrings​(String... 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.