public static class ListWafLogsRequest.Builder extends Object
public ListWafLogsRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListWafLogsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListWafLogsRequest.Builder copy(ListWafLogsRequest o)
Copy method to populate the builder with values from the given instance.
public ListWafLogsRequest build()
Build the instance of ListWafLogsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account, while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
public ListWafLogsRequest.Builder waasPolicyId(String waasPolicyId)
public ListWafLogsRequest.Builder opcRequestId(String opcRequestId)
public ListWafLogsRequest.Builder limit(Integer limit)
public ListWafLogsRequest.Builder page(String page)
public ListWafLogsRequest.Builder timeObservedGreaterThanOrEqualTo(Date timeObservedGreaterThanOrEqualTo)
public ListWafLogsRequest.Builder timeObservedLessThan(Date timeObservedLessThan)
public ListWafLogsRequest.Builder textContains(String textContains)
public ListWafLogsRequest.Builder accessRuleKey(List<String> accessRuleKey)
public ListWafLogsRequest.Builder action(List<ListWafLogsRequest.Action> action)
public ListWafLogsRequest.Builder clientAddress(List<String> clientAddress)
public ListWafLogsRequest.Builder countryCode(List<String> countryCode)
public ListWafLogsRequest.Builder countryName(List<String> countryName)
public ListWafLogsRequest.Builder fingerprint(List<String> fingerprint)
public ListWafLogsRequest.Builder httpMethod(List<ListWafLogsRequest.HttpMethod> httpMethod)
public ListWafLogsRequest.Builder incidentKey(List<String> incidentKey)
public ListWafLogsRequest.Builder logType(List<ListWafLogsRequest.LogType> logType)
public ListWafLogsRequest.Builder originAddress(List<String> originAddress)
public ListWafLogsRequest.Builder referrer(List<String> referrer)
public ListWafLogsRequest.Builder requestUrl(List<String> requestUrl)
public ListWafLogsRequest.Builder responseCode(List<Integer> responseCode)
public ListWafLogsRequest.Builder threatFeedKey(List<String> threatFeedKey)
public ListWafLogsRequest.Builder userAgent(List<String> userAgent)
public ListWafLogsRequest.Builder protectionRuleKey(List<String> protectionRuleKey)
public ListWafLogsRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.