Package com.oracle.bmc.core.model
Class DedicatedVmHostShapeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.DedicatedVmHostShapeSummary.Builder
-
- Enclosing class:
- DedicatedVmHostShapeSummary
public static class DedicatedVmHostShapeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedVmHostShapeSummary.Builder
availabilityDomain(String availabilityDomain)
The shape’s availability domain.DedicatedVmHostShapeSummary
build()
DedicatedVmHostShapeSummary.Builder
copy(DedicatedVmHostShapeSummary model)
DedicatedVmHostShapeSummary.Builder
dedicatedVmHostShape(String dedicatedVmHostShape)
The name of the dedicated VM host shape.
-
-
-
Method Detail
-
availabilityDomain
public DedicatedVmHostShapeSummary.Builder availabilityDomain(String availabilityDomain)
The shape’s availability domain.- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
dedicatedVmHostShape
public DedicatedVmHostShapeSummary.Builder dedicatedVmHostShape(String dedicatedVmHostShape)
The name of the dedicated VM host shape.You can enumerate all available shapes by calling
DedicatedVmHostShapes
.- Parameters:
dedicatedVmHostShape
- the value to set- Returns:
- this builder
-
build
public DedicatedVmHostShapeSummary build()
-
copy
public DedicatedVmHostShapeSummary.Builder copy(DedicatedVmHostShapeSummary model)
-
-