public static class ResponderExecutionTrendAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponderExecutionTrendAggregation |
build() |
ResponderExecutionTrendAggregation.Builder |
copy(ResponderExecutionTrendAggregation model) |
ResponderExecutionTrendAggregation.Builder |
count(Integer count)
The number of remediations for a given time
|
ResponderExecutionTrendAggregation.Builder |
dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names
|
ResponderExecutionTrendAggregation.Builder |
durationInSeconds(Integer durationInSeconds)
Duration
|
ResponderExecutionTrendAggregation.Builder |
startTimestamp(BigDecimal startTimestamp)
Start time in epoch seconds
|
public ResponderExecutionTrendAggregation.Builder dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names
dimensionsMap
- the value to setpublic ResponderExecutionTrendAggregation.Builder startTimestamp(BigDecimal startTimestamp)
Start time in epoch seconds
startTimestamp
- the value to setpublic ResponderExecutionTrendAggregation.Builder durationInSeconds(Integer durationInSeconds)
Duration
durationInSeconds
- the value to setpublic ResponderExecutionTrendAggregation.Builder count(Integer count)
The number of remediations for a given time
count
- the value to setpublic ResponderExecutionTrendAggregation build()
public ResponderExecutionTrendAggregation.Builder copy(ResponderExecutionTrendAggregation model)
Copyright © 2016–2024. All rights reserved.