Package com.oracle.bmc.core.model
Class DedicatedVmHostInstanceSummary.Builder
- java.lang.Object
 - 
- com.oracle.bmc.core.model.DedicatedVmHostInstanceSummary.Builder
 
 
- 
- Enclosing class:
 - DedicatedVmHostInstanceSummary
 
public static class DedicatedVmHostInstanceSummary.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedVmHostInstanceSummary.BuilderavailabilityDomain(String availabilityDomain)The availability domain the virtual machine instance is running in.DedicatedVmHostInstanceSummarybuild()DedicatedVmHostInstanceSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the virtual machine instance.DedicatedVmHostInstanceSummary.Buildercopy(DedicatedVmHostInstanceSummary model)DedicatedVmHostInstanceSummary.BuilderinstanceId(String instanceId)The OCID of the virtual machine instance.DedicatedVmHostInstanceSummary.Buildershape(String shape)The shape of the VM instance.DedicatedVmHostInstanceSummary.BuildertimeCreated(Date timeCreated)The date and time the virtual machine instance was created, in the format defined by RFC3339. 
 - 
 
- 
- 
Method Detail
- 
availabilityDomain
public DedicatedVmHostInstanceSummary.Builder availabilityDomain(String availabilityDomain)
The availability domain the virtual machine instance is running in.Example: Uocm:PHX-AD-1
- Parameters:
 availabilityDomain- the value to set- Returns:
 - this builder
 
 
- 
compartmentId
public DedicatedVmHostInstanceSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the virtual machine instance.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
instanceId
public DedicatedVmHostInstanceSummary.Builder instanceId(String instanceId)
The OCID of the virtual machine instance.- Parameters:
 instanceId- the value to set- Returns:
 - this builder
 
 
- 
shape
public DedicatedVmHostInstanceSummary.Builder shape(String shape)
The shape of the VM instance.- Parameters:
 shape- the value to set- Returns:
 - this builder
 
 
- 
timeCreated
public DedicatedVmHostInstanceSummary.Builder timeCreated(Date timeCreated)
The date and time the virtual machine instance was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
 timeCreated- the value to set- Returns:
 - this builder
 
 
- 
build
public DedicatedVmHostInstanceSummary build()
 
- 
copy
public DedicatedVmHostInstanceSummary.Builder copy(DedicatedVmHostInstanceSummary model)
 
 - 
 
 -