Class SecurityEventsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.security_events_api.v1.model.SecurityEventsOptions.Builder
-
- Enclosing class:
- SecurityEventsOptions
public static class SecurityEventsOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
-
-
-
Method Detail
-
build
public SecurityEventsOptions build()
Builds a SecurityEventsOptions.- Returns:
- the new SecurityEventsOptions instance
-
ipClass
public SecurityEventsOptions.Builder ipClass(String ipClass)
Set the ipClass.- Parameters:
ipClass- the ipClass- Returns:
- the SecurityEventsOptions builder
-
method
public SecurityEventsOptions.Builder method(String method)
Set the method.- Parameters:
method- the method- Returns:
- the SecurityEventsOptions builder
-
scheme
public SecurityEventsOptions.Builder scheme(String scheme)
Set the scheme.- Parameters:
scheme- the scheme- Returns:
- the SecurityEventsOptions builder
-
ip
public SecurityEventsOptions.Builder ip(String ip)
Set the ip.- Parameters:
ip- the ip- Returns:
- the SecurityEventsOptions builder
-
host
public SecurityEventsOptions.Builder host(String host)
Set the host.- Parameters:
host- the host- Returns:
- the SecurityEventsOptions builder
-
proto
public SecurityEventsOptions.Builder proto(String proto)
Set the proto.- Parameters:
proto- the proto- Returns:
- the SecurityEventsOptions builder
-
uri
public SecurityEventsOptions.Builder uri(String uri)
Set the uri.- Parameters:
uri- the uri- Returns:
- the SecurityEventsOptions builder
-
ua
public SecurityEventsOptions.Builder ua(String ua)
Set the ua.- Parameters:
ua- the ua- Returns:
- the SecurityEventsOptions builder
-
colo
public SecurityEventsOptions.Builder colo(String colo)
Set the colo.- Parameters:
colo- the colo- Returns:
- the SecurityEventsOptions builder
-
rayId
public SecurityEventsOptions.Builder rayId(String rayId)
Set the rayId.- Parameters:
rayId- the rayId- Returns:
- the SecurityEventsOptions builder
-
kind
public SecurityEventsOptions.Builder kind(String kind)
Set the kind.- Parameters:
kind- the kind- Returns:
- the SecurityEventsOptions builder
-
action
public SecurityEventsOptions.Builder action(String action)
Set the action.- Parameters:
action- the action- Returns:
- the SecurityEventsOptions builder
-
cursor
public SecurityEventsOptions.Builder cursor(String cursor)
Set the cursor.- Parameters:
cursor- the cursor- Returns:
- the SecurityEventsOptions builder
-
country
public SecurityEventsOptions.Builder country(String country)
Set the country.- Parameters:
country- the country- Returns:
- the SecurityEventsOptions builder
-
since
public SecurityEventsOptions.Builder since(Date since)
Set the since.- Parameters:
since- the since- Returns:
- the SecurityEventsOptions builder
-
source
public SecurityEventsOptions.Builder source(String source)
Set the source.- Parameters:
source- the source- Returns:
- the SecurityEventsOptions builder
-
limit
public SecurityEventsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the SecurityEventsOptions builder
-
ruleId
public SecurityEventsOptions.Builder ruleId(String ruleId)
Set the ruleId.- Parameters:
ruleId- the ruleId- Returns:
- the SecurityEventsOptions builder
-
until
public SecurityEventsOptions.Builder until(Date until)
Set the until.- Parameters:
until- the until- Returns:
- the SecurityEventsOptions builder
-
-