Class GetMediaRequest

    • Method Detail

      • streamName

        public final String streamName()

        The Kinesis video stream name from where you want to get the media content. If you don't specify the streamName, you must specify the streamARN.

        Returns:
        The Kinesis video stream name from where you want to get the media content. If you don't specify the streamName, you must specify the streamARN.
      • streamARN

        public final String streamARN()

        The ARN of the stream from where you want to get the media content. If you don't specify the streamARN, you must specify the streamName.

        Returns:
        The ARN of the stream from where you want to get the media content. If you don't specify the streamARN, you must specify the streamName.
      • startSelector

        public final StartSelector startSelector()

        Identifies the starting chunk to get from the specified stream.

        Returns:
        Identifies the starting chunk to get from the specified stream.
      • 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