Interface StreamingConfiguration.Builder

    • Method Detail

      • dataRetentionInHours

        StreamingConfiguration.Builder dataRetentionInHours​(Integer dataRetentionInHours)

        The retention period, in hours, for the Amazon Kinesis data.

        Parameters:
        dataRetentionInHours - The retention period, in hours, for the Amazon Kinesis data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disabled

        StreamingConfiguration.Builder disabled​(Boolean disabled)

        When true, media streaming to Amazon Kinesis is turned off.

        Parameters:
        disabled - When true, media streaming to Amazon Kinesis is turned off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamingNotificationTargets

        StreamingConfiguration.Builder streamingNotificationTargets​(Collection<StreamingNotificationTarget> streamingNotificationTargets)

        The streaming notification targets.

        Parameters:
        streamingNotificationTargets - The streaming notification targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamingNotificationTargets

        StreamingConfiguration.Builder streamingNotificationTargets​(StreamingNotificationTarget... streamingNotificationTargets)

        The streaming notification targets.

        Parameters:
        streamingNotificationTargets - The streaming notification targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.