Uses of Interface
software.amazon.awssdk.services.pi.model.Insight.Builder
Packages that use Insight.Builder
-
Uses of Insight.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return Insight.BuilderModifier and TypeMethodDescriptionInsight.Builder.baselineData(Collection<Data> baselineData) Metric names and values from the timeframe used as baseline to generate the insight.Insight.Builder.baselineData(Consumer<Data.Builder>... baselineData) Metric names and values from the timeframe used as baseline to generate the insight.Insight.Builder.baselineData(Data... baselineData) Metric names and values from the timeframe used as baseline to generate the insight.static Insight.BuilderInsight.builder()Indicates if the insight is causal or correlated insight.Insight.Builder.context(ContextType context) Indicates if the insight is causal or correlated insight.Insight.Builder.description(String description) Description of the insight.The end time of the insight.Insight.Builder.insightData(Collection<Data> insightData) List of data objects containing metrics and references from the time range while generating the insight.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.insightData(Data... insightData) List of data objects containing metrics and references from the time range while generating the insight.The unique identifier for the insight.Insight.Builder.insightType(String insightType) The type of insight.Insight.Builder.recommendations(Collection<Recommendation> recommendations) List of recommendations for the insight.Insight.Builder.recommendations(Consumer<Recommendation.Builder>... recommendations) List of recommendations for the insight.Insight.Builder.recommendations(Recommendation... recommendations) List of recommendations for the insight.The severity of the insight.The severity of the insight.The start time of the insight.Insight.Builder.supportingInsights(Collection<Insight> supportingInsights) List of supporting insights that provide additional factors for the insight.Insight.Builder.supportingInsights(Consumer<Insight.Builder>... supportingInsights) List of supporting insights that provide additional factors for the insight.Insight.Builder.supportingInsights(Insight... supportingInsights) List of supporting insights that provide additional factors for the insight.Insight.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type Insight.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Insight.Builder>Insight.serializableBuilderClass()