Uses of Interface
software.amazon.awssdk.services.devopsguru.model.InsightTimeRange.Builder
-
Packages that use InsightTimeRange.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightTimeRange.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightTimeRange.Builder Modifier and Type Method Description static InsightTimeRange.BuilderInsightTimeRange. builder()InsightTimeRange.BuilderInsightTimeRange.Builder. endTime(Instant endTime)The time when the behavior described in an insight ended.InsightTimeRange.BuilderInsightTimeRange.Builder. startTime(Instant startTime)The time when the behavior described in an insight started.InsightTimeRange.BuilderInsightTimeRange. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type InsightTimeRange.Builder Modifier and Type Method Description static Class<? extends InsightTimeRange.Builder>InsightTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type InsightTimeRange.Builder Modifier and Type Method Description default ProactiveInsight.BuilderProactiveInsight.Builder. insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.default ProactiveInsightSummary.BuilderProactiveInsightSummary.Builder. insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.default ProactiveOrganizationInsightSummary.BuilderProactiveOrganizationInsightSummary.Builder. insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.default ReactiveInsight.BuilderReactiveInsight.Builder. insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.default ReactiveInsightSummary.BuilderReactiveInsightSummary.Builder. insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.default ReactiveOrganizationInsightSummary.BuilderReactiveOrganizationInsightSummary.Builder. insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.
-