Package com.oracle.bmc.dataflow.model
Class SecureAccessControlRule.Builder
- java.lang.Object
-
- com.oracle.bmc.dataflow.model.SecureAccessControlRule.Builder
-
- Enclosing class:
- SecureAccessControlRule
public static class SecureAccessControlRule.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureAccessControlRule
build()
SecureAccessControlRule.Builder
copy(SecureAccessControlRule model)
SecureAccessControlRule.Builder
ipNotation(IpNotationType ipNotation)
The type of IP notation.SecureAccessControlRule.Builder
value(String value)
The associated value of the selected IP notation.SecureAccessControlRule.Builder
vcnIps(String vcnIps)
A comma-separated IP or CIDR address for VCN OCID IP notation selection.
-
-
-
Method Detail
-
ipNotation
public SecureAccessControlRule.Builder ipNotation(IpNotationType ipNotation)
The type of IP notation.- Parameters:
ipNotation
- the value to set- Returns:
- this builder
-
value
public SecureAccessControlRule.Builder value(String value)
The associated value of the selected IP notation.- Parameters:
value
- the value to set- Returns:
- this builder
-
vcnIps
public SecureAccessControlRule.Builder vcnIps(String vcnIps)
A comma-separated IP or CIDR address for VCN OCID IP notation selection.- Parameters:
vcnIps
- the value to set- Returns:
- this builder
-
build
public SecureAccessControlRule build()
-
copy
public SecureAccessControlRule.Builder copy(SecureAccessControlRule model)
-
-