Package com.oracle.bmc.waas.model
Class WafBlockedRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.WafBlockedRequest.Builder
-
- Enclosing class:
- WafBlockedRequest
public static class WafBlockedRequest.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
timeObserved
public WafBlockedRequest.Builder timeObserved(Date timeObserved)
The date and time the blocked requests were observed, expressed in RFC 3339 timestamp format.- Parameters:
timeObserved
- the value to set- Returns:
- this builder
-
timeRangeInSeconds
public WafBlockedRequest.Builder timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds the data covers.- Parameters:
timeRangeInSeconds
- the value to set- Returns:
- this builder
-
wafFeature
public WafBlockedRequest.Builder wafFeature(WafBlockedRequest.WafFeature wafFeature)
The specific Web Application Firewall feature that blocked the requests, such as JavaScript Challenge or Access Control.- Parameters:
wafFeature
- the value to set- Returns:
- this builder
-
count
public WafBlockedRequest.Builder count(Integer count)
The count of blocked requests.- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public WafBlockedRequest build()
-
copy
public WafBlockedRequest.Builder copy(WafBlockedRequest model)
-
-