Interface S3DestinationConfiguration.Builder

    • Method Detail

      • encoderConfigurationArns

        S3DestinationConfiguration.Builder encoderConfigurationArns​(Collection<String> encoderConfigurationArns)

        ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.

        Parameters:
        encoderConfigurationArns - ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encoderConfigurationArns

        S3DestinationConfiguration.Builder encoderConfigurationArns​(String... encoderConfigurationArns)

        ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.

        Parameters:
        encoderConfigurationArns - ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordingConfiguration

        S3DestinationConfiguration.Builder recordingConfiguration​(RecordingConfiguration recordingConfiguration)

        Array of maps, each of the form string:string (key:value). This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.

        Parameters:
        recordingConfiguration - Array of maps, each of the form string:string (key:value). This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.