Class IngressSecurityListConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.IngressSecurityListConfiguration.Builder
-
- Enclosing class:
- IngressSecurityListConfiguration
public static class IngressSecurityListConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressSecurityListConfigurationbuild()IngressSecurityListConfiguration.Buildercopy(IngressSecurityListConfiguration model)IngressSecurityListConfiguration.BuildersecurityListId(String securityListId)The OCID of the security list that allowed the traffic.IngressSecurityListConfiguration.BuildersecurityRule(IngressSecurityRule securityRule)
-
-
-
Method Detail
-
securityListId
public IngressSecurityListConfiguration.Builder securityListId(String securityListId)
The OCID of the security list that allowed the traffic.- Parameters:
securityListId- the value to set- Returns:
- this builder
-
securityRule
public IngressSecurityListConfiguration.Builder securityRule(IngressSecurityRule securityRule)
-
build
public IngressSecurityListConfiguration build()
-
copy
public IngressSecurityListConfiguration.Builder copy(IngressSecurityListConfiguration model)
-
-