Class AvailableShapesCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.AvailableShapesCollection.Builder
-
- Enclosing class:
- AvailableShapesCollection
public static class AvailableShapesCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvailableShapesCollection
build()
AvailableShapesCollection.Builder
copy(AvailableShapesCollection model)
AvailableShapesCollection.Builder
items(List<AvailableShapeSummary> items)
Available shapes list.
-
-
-
Method Detail
-
items
public AvailableShapesCollection.Builder items(List<AvailableShapeSummary> items)
Available shapes list.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AvailableShapesCollection build()
-
copy
public AvailableShapesCollection.Builder copy(AvailableShapesCollection model)
-
-