Class KinesisVideoStreamConfig

    • Method Detail

      • prefix

        public final String prefix()

        The prefix of the video stream.

        Returns:
        The prefix of the video stream.
      • retentionPeriodHours

        public final Integer retentionPeriodHours()

        The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.

        The default value is 0, indicating that the stream does not persist data.

        Returns:
        The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.

        The default value is 0, indicating that the stream does not persist data.

      • encryptionConfig

        public final EncryptionConfig encryptionConfig()

        The encryption configuration.

        Returns:
        The encryption configuration.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)