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