Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.InsightRuleContributorDatapoint.Builder
-
Packages that use InsightRuleContributorDatapoint.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of InsightRuleContributorDatapoint.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return InsightRuleContributorDatapoint.Builder Modifier and Type Method Description InsightRuleContributorDatapoint.BuilderInsightRuleContributorDatapoint.Builder. approximateValue(Double approximateValue)The approximate value that this contributor added during this timestamp.static InsightRuleContributorDatapoint.BuilderInsightRuleContributorDatapoint. builder()InsightRuleContributorDatapoint.BuilderInsightRuleContributorDatapoint.Builder. timestamp(Instant timestamp)The timestamp of the data point.InsightRuleContributorDatapoint.BuilderInsightRuleContributorDatapoint. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRuleContributorDatapoint.Builder Modifier and Type Method Description static Class<? extends InsightRuleContributorDatapoint.Builder>InsightRuleContributorDatapoint. serializableBuilderClass()
-