Package com.oracle.bmc.cloudguard.model
Class ResponderExecutionTrendAggregation.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.ResponderExecutionTrendAggregation.Builder
 
- 
- Enclosing class:
- ResponderExecutionTrendAggregation
 
 public static class ResponderExecutionTrendAggregation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderExecutionTrendAggregationbuild()ResponderExecutionTrendAggregation.Buildercopy(ResponderExecutionTrendAggregation model)ResponderExecutionTrendAggregation.Buildercount(Integer count)The number of remediations for a given timeResponderExecutionTrendAggregation.BuilderdimensionsMap(Map<String,String> dimensionsMap)The key-value pairs of dimensions and their namesResponderExecutionTrendAggregation.BuilderdurationInSeconds(Integer durationInSeconds)DurationResponderExecutionTrendAggregation.BuilderstartTimestamp(BigDecimal startTimestamp)Start time in epoch seconds
 
- 
- 
- 
Method Detail- 
dimensionsMappublic ResponderExecutionTrendAggregation.Builder dimensionsMap(Map<String,String> dimensionsMap) The key-value pairs of dimensions and their names- Parameters:
- dimensionsMap- the value to set
- Returns:
- this builder
 
 - 
startTimestamppublic ResponderExecutionTrendAggregation.Builder startTimestamp(BigDecimal startTimestamp) Start time in epoch seconds- Parameters:
- startTimestamp- the value to set
- Returns:
- this builder
 
 - 
durationInSecondspublic ResponderExecutionTrendAggregation.Builder durationInSeconds(Integer durationInSeconds) Duration- Parameters:
- durationInSeconds- the value to set
- Returns:
- this builder
 
 - 
countpublic ResponderExecutionTrendAggregation.Builder count(Integer count) The number of remediations for a given time- Parameters:
- count- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResponderExecutionTrendAggregation build() 
 - 
copypublic ResponderExecutionTrendAggregation.Builder copy(ResponderExecutionTrendAggregation model) 
 
- 
 
-