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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WafBlockedRequestbuild()WafBlockedRequest.Buildercopy(WafBlockedRequest model)WafBlockedRequest.Buildercount(Integer count)The count of blocked requests.WafBlockedRequest.BuildertimeObserved(Date timeObserved)The date and time the blocked requests were observed, expressed in RFC 3339 timestamp format.WafBlockedRequest.BuildertimeRangeInSeconds(Integer timeRangeInSeconds)The number of seconds the data covers.WafBlockedRequest.BuilderwafFeature(WafBlockedRequest.WafFeature wafFeature)The specific Web Application Firewall feature that blocked the requests, such as JavaScript Challenge or Access Control.
 
- 
- 
- 
Method Detail- 
timeObservedpublic 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
 
 - 
timeRangeInSecondspublic WafBlockedRequest.Builder timeRangeInSeconds(Integer timeRangeInSeconds) The number of seconds the data covers.- Parameters:
- timeRangeInSeconds- the value to set
- Returns:
- this builder
 
 - 
wafFeaturepublic 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
 
 - 
countpublic WafBlockedRequest.Builder count(Integer count) The count of blocked requests.- Parameters:
- count- the value to set
- Returns:
- this builder
 
 - 
buildpublic WafBlockedRequest build() 
 - 
copypublic WafBlockedRequest.Builder copy(WafBlockedRequest model) 
 
- 
 
-