Class WafRequest.Builder

  • Enclosing class:
    WafRequest

    public static class WafRequest.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeObserved

        public WafRequest.Builder timeObserved​(Date timeObserved)
        The date and time the traffic was observed, rounded down to the start of a range, and expressed in RFC 3339 timestamp format.
        Parameters:
        timeObserved - the value to set
        Returns:
        this builder
      • timeRangeInSeconds

        public WafRequest.Builder timeRangeInSeconds​(Integer timeRangeInSeconds)
        The number of seconds this data covers.
        Parameters:
        timeRangeInSeconds - the value to set
        Returns:
        this builder
      • count

        public WafRequest.Builder count​(Integer count)
        The total number of requests received in this time period.
        Parameters:
        count - the value to set
        Returns:
        this builder