Package com.oracle.bmc.cloudbridge.model
Class InstanceNetworkInterfaceAssociation.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudbridge.model.InstanceNetworkInterfaceAssociation.Builder
-
- Enclosing class:
- InstanceNetworkInterfaceAssociation
public static class InstanceNetworkInterfaceAssociation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceNetworkInterfaceAssociation
build()
InstanceNetworkInterfaceAssociation.Builder
carrierIp(String carrierIp)
The carrier IP address associated with the network interface.InstanceNetworkInterfaceAssociation.Builder
copy(InstanceNetworkInterfaceAssociation model)
InstanceNetworkInterfaceAssociation.Builder
customerOwnedIp(String customerOwnedIp)
The customer-owned IP address associated with the network interface.InstanceNetworkInterfaceAssociation.Builder
ipOwnerKey(String ipOwnerKey)
The ID of the owner of the Elastic IP address.InstanceNetworkInterfaceAssociation.Builder
publicDnsName(String publicDnsName)
The public DNS name.InstanceNetworkInterfaceAssociation.Builder
publicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
-
-
-
Method Detail
-
carrierIp
public InstanceNetworkInterfaceAssociation.Builder carrierIp(String carrierIp)
The carrier IP address associated with the network interface.- Parameters:
carrierIp
- the value to set- Returns:
- this builder
-
customerOwnedIp
public InstanceNetworkInterfaceAssociation.Builder customerOwnedIp(String customerOwnedIp)
The customer-owned IP address associated with the network interface.- Parameters:
customerOwnedIp
- the value to set- Returns:
- this builder
-
ipOwnerKey
public InstanceNetworkInterfaceAssociation.Builder ipOwnerKey(String ipOwnerKey)
The ID of the owner of the Elastic IP address.- Parameters:
ipOwnerKey
- the value to set- Returns:
- this builder
-
publicDnsName
public InstanceNetworkInterfaceAssociation.Builder publicDnsName(String publicDnsName)
The public DNS name.- Parameters:
publicDnsName
- the value to set- Returns:
- this builder
-
publicIp
public InstanceNetworkInterfaceAssociation.Builder publicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.- Parameters:
publicIp
- the value to set- Returns:
- this builder
-
build
public InstanceNetworkInterfaceAssociation build()
-
copy
public InstanceNetworkInterfaceAssociation.Builder copy(InstanceNetworkInterfaceAssociation model)
-
-