Insight.Builder |
Insight.Builder.baselineData(Collection<Data> baselineData) |
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight.Builder |
Insight.Builder.baselineData(Consumer<Data.Builder>... baselineData) |
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight.Builder |
Insight.Builder.baselineData(Data... baselineData) |
Metric names and values from the timeframe used as baseline to generate the insight.
|
static Insight.Builder |
Insight.builder() |
|
Insight.Builder |
Insight.Builder.context(String context) |
Indicates if the insight is causal or correlated insight.
|
Insight.Builder |
Insight.Builder.context(ContextType context) |
Indicates if the insight is causal or correlated insight.
|
Insight.Builder |
Insight.Builder.description(String description) |
Description of the insight.
|
Insight.Builder |
Insight.Builder.endTime(Instant endTime) |
The end time of the insight.
|
Insight.Builder |
Insight.Builder.insightData(Collection<Data> insightData) |
List of data objects containing metrics and references from the time range while generating the insight.
|
Insight.Builder |
Insight.Builder.insightData(Consumer<Data.Builder>... insightData) |
List of data objects containing metrics and references from the time range while generating the insight.
|
Insight.Builder |
Insight.Builder.insightData(Data... insightData) |
List of data objects containing metrics and references from the time range while generating the insight.
|
Insight.Builder |
Insight.Builder.insightId(String insightId) |
The unique identifier for the insight.
|
Insight.Builder |
Insight.Builder.insightType(String insightType) |
The type of insight.
|
Insight.Builder |
Insight.Builder.recommendations(Collection<Recommendation> recommendations) |
List of recommendations for the insight.
|
Insight.Builder |
Insight.Builder.recommendations(Consumer<Recommendation.Builder>... recommendations) |
List of recommendations for the insight.
|
Insight.Builder |
Insight.Builder.recommendations(Recommendation... recommendations) |
List of recommendations for the insight.
|
Insight.Builder |
Insight.Builder.severity(String severity) |
The severity of the insight.
|
Insight.Builder |
Insight.Builder.severity(Severity severity) |
The severity of the insight.
|
Insight.Builder |
Insight.Builder.startTime(Instant startTime) |
The start time of the insight.
|
Insight.Builder |
Insight.Builder.supportingInsights(Collection<Insight> supportingInsights) |
List of supporting insights that provide additional factors for the insight.
|
Insight.Builder |
Insight.Builder.supportingInsights(Consumer<Insight.Builder>... supportingInsights) |
List of supporting insights that provide additional factors for the insight.
|
Insight.Builder |
Insight.Builder.supportingInsights(Insight... supportingInsights) |
List of supporting insights that provide additional factors for the insight.
|
Insight.Builder |
Insight.toBuilder() |
|