Package com.oracle.bmc.cloudguard.model
Class ProblemCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.ProblemCollection.Builder
 
- 
- Enclosing class:
- ProblemCollection
 
 public static class ProblemCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProblemCollectionbuild()ProblemCollection.Buildercopy(ProblemCollection model)ProblemCollection.Builderitems(List<ProblemSummary> items)List of ProblemSummary resourcesProblemCollection.Builderlocks(List<ResourceLock> locks)Locks associated with this resource.
 
- 
- 
- 
Method Detail- 
itemspublic ProblemCollection.Builder items(List<ProblemSummary> items) List of ProblemSummary resources- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
lockspublic ProblemCollection.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic ProblemCollection build() 
 - 
copypublic ProblemCollection.Builder copy(ProblemCollection model) 
 
- 
 
-