public static interface CreateAnomalyDetectorRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<CreateAnomalyDetectorRequest.Builder,CreateAnomalyDetectorRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAnomalyDetectorRequest.Builder anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
anomalyDetectorName - The name of the detector.CreateAnomalyDetectorRequest.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
anomalyDetectorDescription - A description of the detector.CreateAnomalyDetectorRequest.Builder anomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
anomalyDetectorConfig - Contains information about the configuration of the anomaly detector.default CreateAnomalyDetectorRequest.Builder anomalyDetectorConfig(Consumer<AnomalyDetectorConfig.Builder> anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
This is a convenience method that creates an instance of theAnomalyDetectorConfig.Builder avoiding
the need to create one manually via AnomalyDetectorConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to anomalyDetectorConfig(AnomalyDetectorConfig).
anomalyDetectorConfig - a consumer that will call methods on AnomalyDetectorConfig.BuilderanomalyDetectorConfig(AnomalyDetectorConfig)CreateAnomalyDetectorRequest.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.CreateAnomalyDetectorRequest.Builder tags(Map<String,String> tags)
A list of tags to apply to the anomaly detector.
tags - A list of tags
to apply to the anomaly detector.CreateAnomalyDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAnomalyDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.