Interface AutoParticipantRecordingConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoParticipantRecordingConfiguration.Builder,AutoParticipantRecordingConfiguration>, SdkBuilder<AutoParticipantRecordingConfiguration.Builder,AutoParticipantRecordingConfiguration>, SdkPojo
Enclosing class:
AutoParticipantRecordingConfiguration

public static interface AutoParticipantRecordingConfiguration.Builder extends SdkPojo, CopyableBuilder<AutoParticipantRecordingConfiguration.Builder,AutoParticipantRecordingConfiguration>
  • Method Details

    • 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

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