JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudfront.model

Class UpdateRealtimeLogConfigRequest

    • Constructor Detail

      • UpdateRealtimeLogConfigRequest

        public UpdateRealtimeLogConfigRequest()
    • Method Detail

      • getEndPoints

        public List<EndPoint> getEndPoints()

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

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

        public void setEndPoints(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.
      • withEndPoints

        public UpdateRealtimeLogConfigRequest withEndPoints(EndPoint... endPoints)

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

        NOTE: This method appends the values to the existing list (if any). Use setEndPoints(java.util.Collection) or withEndPoints(java.util.Collection) if you want to override the existing values.

        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.
      • withEndPoints

        public UpdateRealtimeLogConfigRequest withEndPoints(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.
      • getFields

        public List<String> getFields()

        A list of fields to include in each real-time log record.

        For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.

        Returns:
        A list of fields to include in each real-time log record.

        For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.

      • setFields

        public void setFields(Collection<String> fields)

        A list of fields to include in each real-time log record.

        For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.

        Parameters:
        fields - A list of fields to include in each real-time log record.

        For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.

      • setName

        public void setName(String name)

        The name for this real-time log configuration.

        Parameters:
        name - The name for this real-time log configuration.
      • getName

        public String getName()

        The name for this real-time log configuration.

        Returns:
        The name for this real-time log configuration.
      • withName

        public UpdateRealtimeLogConfigRequest withName(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.
      • setARN

        public void setARN(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.
      • getARN

        public String getARN()

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

        Returns:
        The Amazon Resource Name (ARN) for this real-time log configuration.
      • withARN

        public UpdateRealtimeLogConfigRequest withARN(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.
      • setSamplingRate

        public void setSamplingRate(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.
      • getSamplingRate

        public Long getSamplingRate()

        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:
        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.
      • withSamplingRate

        public UpdateRealtimeLogConfigRequest withSamplingRate(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.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /