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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileLevelCollectionbuild()ProfileLevelCollection.Buildercopy(ProfileLevelCollection model)ProfileLevelCollection.Builderitems(List<ProfileLevelSummary> items)A collection of profile levels.
 
- 
- 
- 
Method Detail- 
itemspublic ProfileLevelCollection.Builder items(List<ProfileLevelSummary> items) A collection of profile levels.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ProfileLevelCollection build() 
 - 
copypublic ProfileLevelCollection.Builder copy(ProfileLevelCollection model) 
 
- 
 
-