Class StatefulEgressSecurityListConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.StatefulEgressSecurityListConfiguration.Builder
-
- Enclosing class:
- StatefulEgressSecurityListConfiguration
public static class StatefulEgressSecurityListConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatefulEgressSecurityListConfiguration
build()
StatefulEgressSecurityListConfiguration.Builder
copy(StatefulEgressSecurityListConfiguration model)
StatefulEgressSecurityListConfiguration.Builder
securityListId(String securityListId)
The OCID of the security list that allowed the traffic.StatefulEgressSecurityListConfiguration.Builder
securityRule(IngressSecurityRule securityRule)
-
-
-
Method Detail
-
securityListId
public StatefulEgressSecurityListConfiguration.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 StatefulEgressSecurityListConfiguration.Builder securityRule(IngressSecurityRule securityRule)
-
build
public StatefulEgressSecurityListConfiguration build()
-
copy
public StatefulEgressSecurityListConfiguration.Builder copy(StatefulEgressSecurityListConfiguration model)
-
-