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