Interface MediaSourceConfig.Builder

  • Method Details

    • mediaUriSecretArn

      MediaSourceConfig.Builder mediaUriSecretArn(String mediaUriSecretArn)

      The Amazon Web Services Secrets Manager ARN for the username and password of the camera, or a local media file location.

      Parameters:
      mediaUriSecretArn - The Amazon Web Services Secrets Manager ARN for the username and password of the camera, or a local media file location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mediaUriType

      MediaSourceConfig.Builder mediaUriType(String mediaUriType)

      The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.

      Preview only supports the RTSP_URI media source URI format .

      Parameters:
      mediaUriType - The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.

      Preview only supports the RTSP_URI media source URI format .

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mediaUriType

      MediaSourceConfig.Builder mediaUriType(MediaUriType mediaUriType)

      The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.

      Preview only supports the RTSP_URI media source URI format .

      Parameters:
      mediaUriType - The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.

      Preview only supports the RTSP_URI media source URI format .

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: