public static interface UpdateAnomalyDetectorRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<UpdateAnomalyDetectorRequest.Builder,UpdateAnomalyDetectorRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnomalyDetectorRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to update.
anomalyDetectorArn - The ARN of the detector to update.UpdateAnomalyDetectorRequest.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
kmsKeyArn - The Amazon Resource Name (ARN) of an AWS KMS encryption key.UpdateAnomalyDetectorRequest.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
The updated detector description.
anomalyDetectorDescription - The updated detector description.UpdateAnomalyDetectorRequest.Builder anomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
anomalyDetectorConfig - Contains information about the configuration to which the detector will be updated.default UpdateAnomalyDetectorRequest.Builder anomalyDetectorConfig(Consumer<AnomalyDetectorConfig.Builder> anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
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)UpdateAnomalyDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAnomalyDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.