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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedHostShapeCollection
build()
SupportedHostShapeCollection.Builder
copy(SupportedHostShapeCollection model)
SupportedHostShapeCollection.Builder
items(List<SupportedHostShapeSummary> items)
A list of the supported compute shapes for ESXi hosts.
-
-
-
Method Detail
-
items
public 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
-
build
public SupportedHostShapeCollection build()
-
copy
public SupportedHostShapeCollection.Builder copy(SupportedHostShapeCollection model)
-
-