Class UpdateStreamRequest

    • Method Detail

      • streamName

        public final String streamName()

        The name of the stream whose metadata you want to update.

        The stream name is an identifier for the stream, and must be unique for each account and region.

        Returns:
        The name of the stream whose metadata you want to update.

        The stream name is an identifier for the stream, and must be unique for each account and region.

      • streamARN

        public final String streamARN()

        The ARN of the stream whose metadata you want to update.

        Returns:
        The ARN of the stream whose metadata you want to update.
      • currentVersion

        public final String currentVersion()

        The version of the stream whose metadata you want to update.

        Returns:
        The version of the stream whose metadata you want to update.
      • deviceName

        public final String deviceName()

        The name of the device that is writing to the stream.

        In the current implementation, Kinesis Video Streams does not use this name.

        Returns:
        The name of the device that is writing to the stream.

        In the current implementation, Kinesis Video Streams does not use this name.

      • mediaType

        public final String mediaType()

        The stream's media type. Use MediaType to specify the type of content that the stream contains to the consumers of the stream. For more information about media types, see Media Types. If you choose to specify the MediaType, see Naming Requirements.

        To play video on the console, you must specify the correct video type. For example, if the video in the stream is H.264, specify video/h264 as the MediaType.

        Returns:
        The stream's media type. Use MediaType to specify the type of content that the stream contains to the consumers of the stream. For more information about media types, see Media Types. If you choose to specify the MediaType, see Naming Requirements.

        To play video on the console, you must specify the correct video type. For example, if the video in the stream is H.264, specify video/h264 as the MediaType.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object