Package com.oracle.bmc.ocvp.model
Class SupportedHostShapeCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.ocvp.model.SupportedHostShapeCollection.Builder
 
- 
- Enclosing class:
- SupportedHostShapeCollection
 
 public static class SupportedHostShapeCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedHostShapeCollectionbuild()SupportedHostShapeCollection.Buildercopy(SupportedHostShapeCollection model)SupportedHostShapeCollection.Builderitems(List<SupportedHostShapeSummary> items)A list of the supported compute shapes for ESXi hosts.
 
- 
- 
- 
Method Detail- 
itemspublic SupportedHostShapeCollection.Builder items(List<SupportedHostShapeSummary> items) A list of the supported compute shapes for ESXi hosts.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SupportedHostShapeCollection build() 
 - 
copypublic SupportedHostShapeCollection.Builder copy(SupportedHostShapeCollection model) 
 
- 
 
-