Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetInsightRuleReportResponse.Builder
Packages that use GetInsightRuleReportResponse.Builder
-
Uses of GetInsightRuleReportResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetInsightRuleReportResponse.BuilderModifier and TypeMethodDescriptionGetInsightRuleReportResponse.Builder.aggregateValue(Double aggregateValue) The sum of the values from all individual contributors that match the rule.GetInsightRuleReportResponse.Builder.aggregationStatistic(String aggregationStatistic) Specifies whether this rule aggregates contributor data by COUNT or SUM.GetInsightRuleReportResponse.Builder.approximateUniqueCount(Long approximateUniqueCount) An approximate count of the unique contributors found by this rule in this time period.GetInsightRuleReportResponse.builder()GetInsightRuleReportResponse.Builder.contributors(Collection<InsightRuleContributor> contributors) An array of the unique contributors found by this rule in this time period.GetInsightRuleReportResponse.Builder.contributors(Consumer<InsightRuleContributor.Builder>... contributors) An array of the unique contributors found by this rule in this time period.GetInsightRuleReportResponse.Builder.contributors(InsightRuleContributor... contributors) An array of the unique contributors found by this rule in this time period.An array of the strings used as the keys for this rule.GetInsightRuleReportResponse.Builder.keyLabels(Collection<String> keyLabels) An array of the strings used as the keys for this rule.GetInsightRuleReportResponse.Builder.metricDatapoints(Collection<InsightRuleMetricDatapoint> metricDatapoints) A time series of metric data points that matches the time period in the rule request.GetInsightRuleReportResponse.Builder.metricDatapoints(Consumer<InsightRuleMetricDatapoint.Builder>... metricDatapoints) A time series of metric data points that matches the time period in the rule request.GetInsightRuleReportResponse.Builder.metricDatapoints(InsightRuleMetricDatapoint... metricDatapoints) A time series of metric data points that matches the time period in the rule request.GetInsightRuleReportResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetInsightRuleReportResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetInsightRuleReportResponse.Builder>GetInsightRuleReportResponse.serializableBuilderClass()