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