Package com.oracle.bmc.waas.model
Class Whitelist.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.Whitelist.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Whitelist.Builder
addresses(List<String> addresses)
A set of IP addresses or CIDR notations to include in the whitelist.Whitelist.Builder
addressLists(List<String> addressLists)
A list of OCID of IP address lists to include in the whitelist.Whitelist
build()
Whitelist.Builder
copy(Whitelist model)
Whitelist.Builder
name(String name)
The unique name of the whitelist.
-
-
-
Method Detail
-
name
public Whitelist.Builder name(String name)
The unique name of the whitelist.- Parameters:
name
- the value to set- Returns:
- this builder
-
addresses
public Whitelist.Builder addresses(List<String> addresses)
A set of IP addresses or CIDR notations to include in the whitelist.- Parameters:
addresses
- the value to set- Returns:
- this builder
-
addressLists
public Whitelist.Builder addressLists(List<String> addressLists)
A list of OCID of IP address lists to include in the whitelist.- Parameters:
addressLists
- the value to set- Returns:
- this builder
-
build
public Whitelist build()
-
copy
public Whitelist.Builder copy(Whitelist model)
-
-