Interface KinesisVideoStreamConfig.Builder

    • Method Detail

      • prefix

        KinesisVideoStreamConfig.Builder prefix​(String prefix)

        The prefix of the video stream.

        Parameters:
        prefix - The prefix of the video stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retentionPeriodHours

        KinesisVideoStreamConfig.Builder retentionPeriodHours​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionConfig

        KinesisVideoStreamConfig.Builder encryptionConfig​(EncryptionConfig encryptionConfig)

        The encryption configuration.

        Parameters:
        encryptionConfig - The encryption configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.