Class DrgCustomer.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.DrgCustomer.Builder
-
- Enclosing class:
- DrgCustomer
public static class DrgCustomer.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrgCustomerbuild()DrgCustomer.Buildercopy(DrgCustomer model)DrgCustomer.BuilderdrgId(String drgId)OCID of the DRGDrgCustomer.BuilderipsecConnections(List<DrgCustomerResource> ipsecConnections)A List of the IPSec connections on this DRGDrgCustomer.BuilderremotePeeringConnections(List<DrgCustomerResource> remotePeeringConnections)A List of the RPC connections on this DRGDrgCustomer.BuildervirtualCircuits(List<DrgCustomerResource> virtualCircuits)A List of the VCs on this DRG
-
-
-
Method Detail
-
drgId
public DrgCustomer.Builder drgId(String drgId)
OCID of the DRG- Parameters:
drgId- the value to set- Returns:
- this builder
-
remotePeeringConnections
public DrgCustomer.Builder remotePeeringConnections(List<DrgCustomerResource> remotePeeringConnections)
A List of the RPC connections on this DRG- Parameters:
remotePeeringConnections- the value to set- Returns:
- this builder
-
virtualCircuits
public DrgCustomer.Builder virtualCircuits(List<DrgCustomerResource> virtualCircuits)
A List of the VCs on this DRG- Parameters:
virtualCircuits- the value to set- Returns:
- this builder
-
ipsecConnections
public DrgCustomer.Builder ipsecConnections(List<DrgCustomerResource> ipsecConnections)
A List of the IPSec connections on this DRG- Parameters:
ipsecConnections- the value to set- Returns:
- this builder
-
build
public DrgCustomer build()
-
copy
public DrgCustomer.Builder copy(DrgCustomer model)
-
-