public static class WafRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WafRequest |
build() |
WafRequest.Builder |
copy(WafRequest model) |
WafRequest.Builder |
count(Integer count)
The total number of requests received in this time period.
|
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.
|
WafRequest.Builder |
timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds this data covers.
|
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.
timeObserved
- the value to setpublic WafRequest.Builder timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds this data covers.
timeRangeInSeconds
- the value to setpublic WafRequest.Builder count(Integer count)
The total number of requests received in this time period.
count
- the value to setpublic WafRequest build()
public WafRequest.Builder copy(WafRequest model)
Copyright © 2016–2024. All rights reserved.