Interface MediaSourceConfig.Builder

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

public static interface MediaSourceConfig.Builder extends SdkPojo, CopyableBuilder<MediaSourceConfig.Builder,MediaSourceConfig>
  • 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: