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