| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightTimeRange.Builder |
InsightTimeRange.builder() |
InsightTimeRange.Builder |
InsightTimeRange.Builder.endTime(Instant endTime)
The time when the behavior described in an insight ended.
|
InsightTimeRange.Builder |
InsightTimeRange.Builder.startTime(Instant startTime)
The time when the behavior described in an insight started.
|
InsightTimeRange.Builder |
InsightTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InsightTimeRange.Builder> |
InsightTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProactiveOrganizationInsightSummary.Builder |
ProactiveOrganizationInsightSummary.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
default ProactiveInsightSummary.Builder |
ProactiveInsightSummary.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
default ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
default ReactiveOrganizationInsightSummary.Builder |
ReactiveOrganizationInsightSummary.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
default ReactiveInsight.Builder |
ReactiveInsight.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
Copyright © 2023. All rights reserved.