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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderExecutionAggregationCollectionbuild()ResponderExecutionAggregationCollection.Buildercopy(ResponderExecutionAggregationCollection model)ResponderExecutionAggregationCollection.Builderitems(List<ResponderExecutionAggregation> items)List of all the ResponderExecutionAggregation resources
 
- 
- 
- 
Method Detail- 
itemspublic ResponderExecutionAggregationCollection.Builder items(List<ResponderExecutionAggregation> items) List of all the ResponderExecutionAggregation resources- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResponderExecutionAggregationCollection build() 
 - 
copypublic ResponderExecutionAggregationCollection.Builder copy(ResponderExecutionAggregationCollection model) 
 
- 
 
-