JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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 CreateRealtimeLogConfigRequest

    • Constructor Detail

      • CreateRealtimeLogConfigRequest

        public CreateRealtimeLogConfigRequest()
    • 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 CreateRealtimeLogConfigRequest 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 CreateRealtimeLogConfigRequest 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)

        A unique name to identify this real-time log configuration.

        Parameters:
        name - A unique name to identify this real-time log configuration.
      • getName

        public String getName()

        A unique name to identify this real-time log configuration.

        Returns:
        A unique name to identify this real-time log configuration.
      • withName

        public CreateRealtimeLogConfigRequest withName(String name)

        A unique name to identify this real-time log configuration.

        Parameters:
        name - A unique name to identify 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. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.

        Parameters:
        samplingRate - The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.
      • getSamplingRate

        public Long getSamplingRate()

        The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.

        Returns:
        The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.
      • withSamplingRate

        public CreateRealtimeLogConfigRequest withSamplingRate(Long samplingRate)

        The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.

        Parameters:
        samplingRate - The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.
        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 によって変換されたページ (->オリジナル) /