public static class ListWafBlockedRequestsRequest.Builder extends Object implements BmcRequest.Builder<ListWafBlockedRequestsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListWafBlockedRequestsRequest |
build()
Build the instance of ListWafBlockedRequestsRequest as configured by this builder
|
ListWafBlockedRequestsRequest |
buildWithoutInvocationCallback()
Build the instance of ListWafBlockedRequestsRequest as configured by this builder
|
ListWafBlockedRequestsRequest.Builder |
copy(ListWafBlockedRequestsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListWafBlockedRequestsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListWafBlockedRequestsRequest.Builder |
limit(Integer limit)
The maximum number of items to return in a paginated call.
|
ListWafBlockedRequestsRequest.Builder |
opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
ListWafBlockedRequestsRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the previous paginated call. |
ListWafBlockedRequestsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListWafBlockedRequestsRequest.Builder |
timeObservedGreaterThanOrEqualTo(Date timeObservedGreaterThanOrEqualTo)
A filter that limits returned events to those occurring on or after a date and time,
specified in RFC 3339 format.
|
ListWafBlockedRequestsRequest.Builder |
timeObservedLessThan(Date timeObservedLessThan)
A filter that limits returned events to those occurring before a date and time, specified
in RFC 3339 format.
|
ListWafBlockedRequestsRequest.Builder |
waasPolicyId(String waasPolicyId)
The OCID of the
WAAS policy.
|
ListWafBlockedRequestsRequest.Builder |
wafFeature(List<ListWafBlockedRequestsRequest.WafFeature> wafFeature)
Filter stats by the Web Application Firewall feature that triggered the block action.
|
ListWafBlockedRequestsRequest.Builder |
wafFeature(ListWafBlockedRequestsRequest.WafFeature singularValue)
Singular setter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListWafBlockedRequestsRequest.Builder waasPolicyId(String waasPolicyId)
The OCID of the WAAS policy.
waasPolicyId
- the value to setpublic ListWafBlockedRequestsRequest.Builder opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListWafBlockedRequestsRequest.Builder timeObservedGreaterThanOrEqualTo(Date timeObservedGreaterThanOrEqualTo)
A filter that limits returned events to those occurring on or after a date and time, specified in RFC 3339 format. If unspecified, defaults to 30 minutes before receipt of the request.
timeObservedGreaterThanOrEqualTo
- the value to setpublic ListWafBlockedRequestsRequest.Builder timeObservedLessThan(Date timeObservedLessThan)
A filter that limits returned events to those occurring before a date and time, specified in RFC 3339 format.
timeObservedLessThan
- the value to setpublic ListWafBlockedRequestsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated call. If unspecified, defaults to
10
.
limit
- the value to setpublic ListWafBlockedRequestsRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous paginated call.
page
- the value to setpublic ListWafBlockedRequestsRequest.Builder wafFeature(List<ListWafBlockedRequestsRequest.WafFeature> wafFeature)
Filter stats by the Web Application Firewall feature that triggered the block action. If unspecified, data for all WAF features will be returned.
wafFeature
- the value to setpublic ListWafBlockedRequestsRequest.Builder wafFeature(ListWafBlockedRequestsRequest.WafFeature singularValue)
Singular setter. Filter stats by the Web Application Firewall feature that triggered the block action. If unspecified, data for all WAF features will be returned.
singularValue
- the singular value to setpublic ListWafBlockedRequestsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListWafBlockedRequestsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListWafBlockedRequestsRequest.Builder copy(ListWafBlockedRequestsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListWafBlockedRequestsRequest,Void>
o
- other request from which to copy valuespublic ListWafBlockedRequestsRequest build()
Build the instance of ListWafBlockedRequestsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListWafBlockedRequestsRequest,Void>
public ListWafBlockedRequestsRequest buildWithoutInvocationCallback()
Build the instance of ListWafBlockedRequestsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.