Package com.oracle.bmc.datasafe.model
Class AlertsAggregationDimension.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.AlertsAggregationDimension.Builder
-
- Enclosing class:
- AlertsAggregationDimension
public static class AlertsAggregationDimension.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertsAggregationDimension
build()
AlertsAggregationDimension.Builder
copy(AlertsAggregationDimension model)
AlertsAggregationDimension.Builder
groupBy(Map<String,String> groupBy)
GroupBy value used in aggregation.
-
-
-
Method Detail
-
groupBy
public AlertsAggregationDimension.Builder groupBy(Map<String,String> groupBy)
GroupBy value used in aggregation.- Parameters:
groupBy
- the value to set- Returns:
- this builder
-
build
public AlertsAggregationDimension build()
-
copy
public AlertsAggregationDimension.Builder copy(AlertsAggregationDimension model)
-
-