Class ManagementAgentAggregationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.model.ManagementAgentAggregationCollection.Builder
-
- Enclosing class:
- ManagementAgentAggregationCollection
public static class ManagementAgentAggregationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementAgentAggregationCollection
build()
ManagementAgentAggregationCollection.Builder
copy(ManagementAgentAggregationCollection model)
ManagementAgentAggregationCollection.Builder
items(List<ManagementAgentAggregation> items)
List in which each item describes an aggregation of Managment Agents
-
-
-
Method Detail
-
items
public ManagementAgentAggregationCollection.Builder items(List<ManagementAgentAggregation> items)
List in which each item describes an aggregation of Managment Agents- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ManagementAgentAggregationCollection build()
-
copy
public ManagementAgentAggregationCollection.Builder copy(ManagementAgentAggregationCollection model)
-
-