public static interface DescribeAnomalyDetectorResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnomalyDetectorResponse.Builder,DescribeAnomalyDetectorResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnomalyDetectorResponse.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
anomalyDetectorArn - The ARN of the detector.DescribeAnomalyDetectorResponse.Builder anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
anomalyDetectorName - The name of the detector.DescribeAnomalyDetectorResponse.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
anomalyDetectorDescription - A description of the detector.DescribeAnomalyDetectorResponse.Builder anomalyDetectorConfig(AnomalyDetectorConfigSummary anomalyDetectorConfig)
Contains information about the detector's configuration.
anomalyDetectorConfig - Contains information about the detector's configuration.default DescribeAnomalyDetectorResponse.Builder anomalyDetectorConfig(Consumer<AnomalyDetectorConfigSummary.Builder> anomalyDetectorConfig)
Contains information about the detector's configuration.
This is a convenience method that creates an instance of theAnomalyDetectorConfigSummary.Builder
avoiding the need to create one manually via AnomalyDetectorConfigSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to anomalyDetectorConfig(AnomalyDetectorConfigSummary).
anomalyDetectorConfig - a consumer that will call methods on AnomalyDetectorConfigSummary.BuilderanomalyDetectorConfig(AnomalyDetectorConfigSummary)DescribeAnomalyDetectorResponse.Builder creationTime(Instant creationTime)
The time at which the detector was created.
creationTime - The time at which the detector was created.DescribeAnomalyDetectorResponse.Builder lastModificationTime(Instant lastModificationTime)
The time at which the detector was last modified.
lastModificationTime - The time at which the detector was last modified.DescribeAnomalyDetectorResponse.Builder status(String status)
The status of the detector.
status - The status of the detector.AnomalyDetectorStatus,
AnomalyDetectorStatusDescribeAnomalyDetectorResponse.Builder status(AnomalyDetectorStatus status)
The status of the detector.
status - The status of the detector.AnomalyDetectorStatus,
AnomalyDetectorStatusDescribeAnomalyDetectorResponse.Builder failureReason(String failureReason)
The reason that the detector failed.
failureReason - The reason that the detector failed.DescribeAnomalyDetectorResponse.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
kmsKeyArn - The ARN of the KMS key to use to encrypt your data.DescribeAnomalyDetectorResponse.Builder failureType(String failureType)
The process that caused the detector to fail.
failureType - The process that caused the detector to fail.AnomalyDetectorFailureType,
AnomalyDetectorFailureTypeDescribeAnomalyDetectorResponse.Builder failureType(AnomalyDetectorFailureType failureType)
The process that caused the detector to fail.
failureType - The process that caused the detector to fail.AnomalyDetectorFailureType,
AnomalyDetectorFailureTypeCopyright © 2023. All rights reserved.