Class UpdateNetworkSecurityGroupsDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkloadbalancer.model.UpdateNetworkSecurityGroupsDetails.Builder
 
- 
- Enclosing class:
- UpdateNetworkSecurityGroupsDetails
 
 public static class UpdateNetworkSecurityGroupsDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNetworkSecurityGroupsDetailsbuild()UpdateNetworkSecurityGroupsDetails.Buildercopy(UpdateNetworkSecurityGroupsDetails model)UpdateNetworkSecurityGroupsDetails.BuildernetworkSecurityGroupIds(List<String> networkSecurityGroupIds)An array of network security group OCIDs associated with the network load balancer.
 
- 
- 
- 
Method Detail- 
networkSecurityGroupIdspublic UpdateNetworkSecurityGroupsDetails.Builder networkSecurityGroupIds(List<String> networkSecurityGroupIds) An array of network security group OCIDs associated with the network load balancer.During the creation of the network load balancer, the service adds the new network load balancer to the specified network security groups. The benefits of associating the network load balancer with network security groups include: Network security groups define network security rules to govern ingress and egress traffic for the network load balancer. The network security rules of other resources can reference the network security groups associated with the network load balancer to ensure access. - Parameters:
- networkSecurityGroupIds- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateNetworkSecurityGroupsDetails build() 
 - 
copypublic UpdateNetworkSecurityGroupsDetails.Builder copy(UpdateNetworkSecurityGroupsDetails model) 
 
- 
 
-