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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProblemCollection
build()
ProblemCollection.Builder
copy(ProblemCollection model)
ProblemCollection.Builder
items(List<ProblemSummary> items)
List of ProblemSummary resourcesProblemCollection.Builder
locks(List<ResourceLock> locks)
Locks associated with this resource.
-
-
-
Method Detail
-
items
public ProblemCollection.Builder items(List<ProblemSummary> items)
List of ProblemSummary resources- Parameters:
items
- the value to set- Returns:
- this builder
-
locks
public ProblemCollection.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
build
public ProblemCollection build()
-
copy
public ProblemCollection.Builder copy(ProblemCollection model)
-
-