Interface UpdateRealtimeLogConfigRequest.Builder

    • Method Detail

      • endPoints

        UpdateRealtimeLogConfigRequest.Builder endPoints​(Collection<EndPoint> endPoints)

        Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

        Parameters:
        endPoints - Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endPoints

        UpdateRealtimeLogConfigRequest.Builder endPoints​(EndPoint... endPoints)

        Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

        Parameters:
        endPoints - Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateRealtimeLogConfigRequest.Builder name​(String name)

        The name for this real-time log configuration.

        Parameters:
        name - The name for this real-time log configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        UpdateRealtimeLogConfigRequest.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for this real-time log configuration.

        Parameters:
        arn - The Amazon Resource Name (ARN) for this real-time log configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samplingRate

        UpdateRealtimeLogConfigRequest.Builder samplingRate​(Long samplingRate)

        The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.

        Parameters:
        samplingRate - The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.