public static class WafBlockedRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WafBlockedRequest |
build() |
WafBlockedRequest.Builder |
copy(WafBlockedRequest model) |
WafBlockedRequest.Builder |
count(Integer count)
The count of blocked requests.
|
WafBlockedRequest.Builder |
timeObserved(Date timeObserved)
The date and time the blocked requests were observed, expressed in RFC 3339 timestamp
format.
|
WafBlockedRequest.Builder |
timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds the data covers.
|
WafBlockedRequest.Builder |
wafFeature(WafBlockedRequest.WafFeature wafFeature)
The specific Web Application Firewall feature that blocked the requests, such as
JavaScript Challenge or Access Control.
|
public WafBlockedRequest.Builder timeObserved(Date timeObserved)
The date and time the blocked requests were observed, expressed in RFC 3339 timestamp format.
timeObserved
- the value to setpublic WafBlockedRequest.Builder timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds the data covers.
timeRangeInSeconds
- the value to setpublic WafBlockedRequest.Builder wafFeature(WafBlockedRequest.WafFeature wafFeature)
The specific Web Application Firewall feature that blocked the requests, such as JavaScript Challenge or Access Control.
wafFeature
- the value to setpublic WafBlockedRequest.Builder count(Integer count)
The count of blocked requests.
count
- the value to setpublic WafBlockedRequest build()
public WafBlockedRequest.Builder copy(WafBlockedRequest model)
Copyright © 2016–2024. All rights reserved.