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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertsAggregationDimensionbuild()AlertsAggregationDimension.Buildercopy(AlertsAggregationDimension model)AlertsAggregationDimension.BuildergroupBy(Map<String,String> groupBy)GroupBy value used in aggregation.
 
- 
- 
- 
Method Detail- 
groupBypublic AlertsAggregationDimension.Builder groupBy(Map<String,String> groupBy) GroupBy value used in aggregation.- Parameters:
- groupBy- the value to set
- Returns:
- this builder
 
 - 
buildpublic AlertsAggregationDimension build() 
 - 
copypublic AlertsAggregationDimension.Builder copy(AlertsAggregationDimension model) 
 
- 
 
-