Package com.oracle.bmc.core.model
Class InventoryIpAddressSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.InventoryIpAddressSummary.Builder
-
- Enclosing class:
- InventoryIpAddressSummary
public static class InventoryIpAddressSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InventoryIpAddressSummary
build()
InventoryIpAddressSummary.Builder
copy(InventoryIpAddressSummary model)
InventoryIpAddressSummary.Builder
dnsHostName(String dnsHostName)
The DNS hostname of the resource assigned with the IP address.InventoryIpAddressSummary.Builder
ipAddress(String ipAddress)
The IP address assigned from a subnet.InventoryIpAddressSummary.Builder
vnicId(String vnicId)
The OCID of the VNIC.InventoryIpAddressSummary.Builder
vnicName(String vnicName)
The name of the VNIC.
-
-
-
Method Detail
-
ipAddress
public InventoryIpAddressSummary.Builder ipAddress(String ipAddress)
The IP address assigned from a subnet.- Parameters:
ipAddress
- the value to set- Returns:
- this builder
-
vnicId
public InventoryIpAddressSummary.Builder vnicId(String vnicId)
The OCID of the VNIC.- Parameters:
vnicId
- the value to set- Returns:
- this builder
-
vnicName
public InventoryIpAddressSummary.Builder vnicName(String vnicName)
The name of the VNIC.- Parameters:
vnicName
- the value to set- Returns:
- this builder
-
dnsHostName
public InventoryIpAddressSummary.Builder dnsHostName(String dnsHostName)
The DNS hostname of the resource assigned with the IP address.- Parameters:
dnsHostName
- the value to set- Returns:
- this builder
-
build
public InventoryIpAddressSummary build()
-
copy
public InventoryIpAddressSummary.Builder copy(InventoryIpAddressSummary model)
-
-