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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderExecutionTrendAggregation
build()
ResponderExecutionTrendAggregation.Builder
copy(ResponderExecutionTrendAggregation model)
ResponderExecutionTrendAggregation.Builder
count(Integer count)
The number of remediations for a given timeResponderExecutionTrendAggregation.Builder
dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their namesResponderExecutionTrendAggregation.Builder
durationInSeconds(Integer durationInSeconds)
DurationResponderExecutionTrendAggregation.Builder
startTimestamp(BigDecimal startTimestamp)
Start time in epoch seconds
-
-
-
Method Detail
-
dimensionsMap
public 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
-
startTimestamp
public ResponderExecutionTrendAggregation.Builder startTimestamp(BigDecimal startTimestamp)
Start time in epoch seconds- Parameters:
startTimestamp
- the value to set- Returns:
- this builder
-
durationInSeconds
public ResponderExecutionTrendAggregation.Builder durationInSeconds(Integer durationInSeconds)
Duration- Parameters:
durationInSeconds
- the value to set- Returns:
- this builder
-
count
public ResponderExecutionTrendAggregation.Builder count(Integer count)
The number of remediations for a given time- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public ResponderExecutionTrendAggregation build()
-
copy
public ResponderExecutionTrendAggregation.Builder copy(ResponderExecutionTrendAggregation model)
-
-