Class VnicEndpoint.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.VnicEndpoint.Builder
-
- Enclosing class:
- VnicEndpoint
public static class VnicEndpoint.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VnicEndpoint.Builder
address(String address)
The IPv4 address of a VNIC type Endpoint.VnicEndpoint
build()
VnicEndpoint.Builder
copy(VnicEndpoint model)
VnicEndpoint.Builder
vnicId(String vnicId)
The OCID of the VNIC.
-
-
-
Method Detail
-
address
public VnicEndpoint.Builder address(String address)
The IPv4 address of a VNIC type Endpoint.- Parameters:
address
- the value to set- Returns:
- this builder
-
vnicId
public VnicEndpoint.Builder vnicId(String vnicId)
The OCID of the VNIC.- Parameters:
vnicId
- the value to set- Returns:
- this builder
-
build
public VnicEndpoint build()
-
copy
public VnicEndpoint.Builder copy(VnicEndpoint model)
-
-