public static class ComputeInstanceEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeInstanceEndpoint.Builder |
address(String address)
The IPv4 address of the COMPUTE_INSTANCE-type
Endpoint object. |
ComputeInstanceEndpoint |
build() |
ComputeInstanceEndpoint.Builder |
copy(ComputeInstanceEndpoint model) |
ComputeInstanceEndpoint.Builder |
instanceId(String instanceId)
The OCID of the
compute instance.
|
ComputeInstanceEndpoint.Builder |
vnicId(String vnicId)
The OCID of the
VNIC attached to the compute instance.
|
public ComputeInstanceEndpoint.Builder address(String address)
The IPv4 address of the COMPUTE_INSTANCE-type Endpoint
object.
address
- the value to setpublic ComputeInstanceEndpoint.Builder instanceId(String instanceId)
The OCID of the compute instance.
instanceId
- the value to setpublic ComputeInstanceEndpoint.Builder vnicId(String vnicId)
The OCID of the VNIC attached to the compute instance.
vnicId
- the value to setpublic ComputeInstanceEndpoint build()
public ComputeInstanceEndpoint.Builder copy(ComputeInstanceEndpoint model)
Copyright © 2016–2024. All rights reserved.