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