Interface InsightRuleContributor.Builder

    • Method Detail

      • keys

        InsightRuleContributor.Builder keys​(Collection<String> keys)

        One of the log entry field keywords that is used to define contributors for this rule.

        Parameters:
        keys - One of the log entry field keywords that is used to define contributors for this rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        InsightRuleContributor.Builder keys​(String... keys)

        One of the log entry field keywords that is used to define contributors for this rule.

        Parameters:
        keys - One of the log entry field keywords that is used to define contributors for this rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateAggregateValue

        InsightRuleContributor.Builder approximateAggregateValue​(Double approximateAggregateValue)

        An approximation of the aggregate value that comes from this contributor.

        Parameters:
        approximateAggregateValue - An approximation of the aggregate value that comes from this contributor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datapoints

        InsightRuleContributor.Builder datapoints​(Collection<InsightRuleContributorDatapoint> datapoints)

        An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.

        Parameters:
        datapoints - An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datapoints

        InsightRuleContributor.Builder datapoints​(InsightRuleContributorDatapoint... datapoints)

        An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.

        Parameters:
        datapoints - An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.