public static interface AnomalyDetectorSummary.Builder extends SdkPojo, CopyableBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorSummary.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
|
AnomalyDetectorSummary.Builder |
anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
AnomalyDetectorSummary.Builder |
anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
AnomalyDetectorSummary.Builder |
creationTime(Instant creationTime)
The time at which the detector was created.
|
AnomalyDetectorSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The time at which the detector was last modified.
|
AnomalyDetectorSummary.Builder |
status(AnomalyDetectorStatus status)
The status of detector.
|
AnomalyDetectorSummary.Builder |
status(String status)
The status of detector.
|
AnomalyDetectorSummary.Builder |
tags(Map<String,String> tags)
The detector's tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalyDetectorSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
anomalyDetectorArn - The ARN of the detector.AnomalyDetectorSummary.Builder anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
anomalyDetectorName - The name of the detector.AnomalyDetectorSummary.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
anomalyDetectorDescription - A description of the detector.AnomalyDetectorSummary.Builder creationTime(Instant creationTime)
The time at which the detector was created.
creationTime - The time at which the detector was created.AnomalyDetectorSummary.Builder lastModificationTime(Instant lastModificationTime)
The time at which the detector was last modified.
lastModificationTime - The time at which the detector was last modified.AnomalyDetectorSummary.Builder status(String status)
The status of detector.
status - The status of detector.AnomalyDetectorStatus,
AnomalyDetectorStatusAnomalyDetectorSummary.Builder status(AnomalyDetectorStatus status)
The status of detector.
status - The status of detector.AnomalyDetectorStatus,
AnomalyDetectorStatusCopyright © 2023. All rights reserved.