Package com.oracle.bmc.optimizer.model
Class ProfileLevelCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.optimizer.model.ProfileLevelCollection.Builder
-
- Enclosing class:
- ProfileLevelCollection
public static class ProfileLevelCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileLevelCollection
build()
ProfileLevelCollection.Builder
copy(ProfileLevelCollection model)
ProfileLevelCollection.Builder
items(List<ProfileLevelSummary> items)
A collection of profile levels.
-
-
-
Method Detail
-
items
public ProfileLevelCollection.Builder items(List<ProfileLevelSummary> items)
A collection of profile levels.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ProfileLevelCollection build()
-
copy
public ProfileLevelCollection.Builder copy(ProfileLevelCollection model)
-
-