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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureAccessControlRulebuild()SecureAccessControlRule.Buildercopy(SecureAccessControlRule model)SecureAccessControlRule.BuilderipNotation(IpNotationType ipNotation)The type of IP notation.SecureAccessControlRule.Buildervalue(String value)The associated value of the selected IP notation.SecureAccessControlRule.BuildervcnIps(String vcnIps)A comma-separated IP or CIDR address for VCN OCID IP notation selection.
 
- 
- 
- 
Method Detail- 
ipNotationpublic SecureAccessControlRule.Builder ipNotation(IpNotationType ipNotation) The type of IP notation.- Parameters:
- ipNotation- the value to set
- Returns:
- this builder
 
 - 
valuepublic SecureAccessControlRule.Builder value(String value) The associated value of the selected IP notation.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
vcnIpspublic 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
 
 - 
buildpublic SecureAccessControlRule build() 
 - 
copypublic SecureAccessControlRule.Builder copy(SecureAccessControlRule model) 
 
- 
 
-