Class DrgCustomerResource.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.DrgCustomerResource.Builder
-
- Enclosing class:
- DrgCustomerResource
public static class DrgCustomerResource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrgCustomerResourcebuild()DrgCustomerResource.BuildercompartmentId(String compartmentId)the compartment id of the DRGDrgCustomerResource.Buildercopy(DrgCustomerResource model)DrgCustomerResource.BuilderdisplayName(String displayName)The friendly name of the node.DrgCustomerResource.Builderid(String id)OCID of the IPSEC / FC / RPCDrgCustomerResource.Builderstate(String state)the lifeCycleState of the IPSEC / FC / RPC
-
-
-
Method Detail
-
id
public DrgCustomerResource.Builder id(String id)
OCID of the IPSEC / FC / RPC- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public DrgCustomerResource.Builder displayName(String displayName)
The friendly name of the node.- Parameters:
displayName- the value to set- Returns:
- this builder
-
compartmentId
public DrgCustomerResource.Builder compartmentId(String compartmentId)
the compartment id of the DRG- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
state
public DrgCustomerResource.Builder state(String state)
the lifeCycleState of the IPSEC / FC / RPC- Parameters:
state- the value to set- Returns:
- this builder
-
build
public DrgCustomerResource build()
-
copy
public DrgCustomerResource.Builder copy(DrgCustomerResource model)
-
-