Class ManagementAgentAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.model.ManagementAgentAggregation.Builder
-
- Enclosing class:
- ManagementAgentAggregation
public static class ManagementAgentAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementAgentAggregationbuild()ManagementAgentAggregation.Buildercopy(ManagementAgentAggregation model)ManagementAgentAggregation.Buildercount(Integer count)The number of Management Agents in this groupManagementAgentAggregation.Builderdimensions(ManagementAgentAggregationDimensions dimensions)
-
-
-
Method Detail
-
dimensions
public ManagementAgentAggregation.Builder dimensions(ManagementAgentAggregationDimensions dimensions)
-
count
public ManagementAgentAggregation.Builder count(Integer count)
The number of Management Agents in this group- Parameters:
count- the value to set- Returns:
- this builder
-
build
public ManagementAgentAggregation build()
-
copy
public ManagementAgentAggregation.Builder copy(ManagementAgentAggregation model)
-
-