| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyInstance.Builder |
AnomalyInstance.builder() |
AnomalyInstance.Builder |
AnomalyInstance.Builder.endTime(Instant endTime)
The end time of the period during which the metric is flagged as anomalous.
|
AnomalyInstance.Builder |
AnomalyInstance.Builder.id(String id)
The universally unique identifier (UUID) of an instance of an anomaly in a metric.
|
AnomalyInstance.Builder |
AnomalyInstance.Builder.startTime(Instant startTime)
The start time of the period during which the metric is flagged as anomalous.
|
AnomalyInstance.Builder |
AnomalyInstance.toBuilder() |
default AnomalyInstance.Builder |
AnomalyInstance.Builder.userFeedback(Consumer<UserFeedback.Builder> userFeedback)
Feedback type on a specific instance of anomaly submitted by the user.
|
AnomalyInstance.Builder |
AnomalyInstance.Builder.userFeedback(UserFeedback userFeedback)
Feedback type on a specific instance of anomaly submitted by the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnomalyInstance.Builder> |
AnomalyInstance.serializableBuilderClass() |
Copyright © 2023. All rights reserved.