public static interface DeleteAnomalyDetectorRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DeleteAnomalyDetectorRequest.Builder,DeleteAnomalyDetectorRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, build@Deprecated DeleteAnomalyDetectorRequest.Builder namespace(String namespace)
The namespace associated with the anomaly detection model to delete.
namespace - The namespace associated with the anomaly detection model to delete.@Deprecated DeleteAnomalyDetectorRequest.Builder metricName(String metricName)
The metric name associated with the anomaly detection model to delete.
metricName - The metric name associated with the anomaly detection model to delete.@Deprecated DeleteAnomalyDetectorRequest.Builder dimensions(Collection<Dimension> dimensions)
The metric dimensions associated with the anomaly detection model to delete.
dimensions - The metric dimensions associated with the anomaly detection model to delete.@Deprecated DeleteAnomalyDetectorRequest.Builder dimensions(Dimension... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
dimensions - The metric dimensions associated with the anomaly detection model to delete.@Deprecated DeleteAnomalyDetectorRequest.Builder dimensions(Consumer<Dimension.Builder>... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
This is a convenience method that creates an instance of theDimension.Builder avoiding the need to create one
manually via Dimension.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #dimensions(List.
dimensions - a consumer that will call methods on
Dimension.Builder#dimensions(java.util.Collection) @Deprecated DeleteAnomalyDetectorRequest.Builder stat(String stat)
The statistic associated with the anomaly detection model to delete.
stat - The statistic associated with the anomaly detection model to delete.DeleteAnomalyDetectorRequest.Builder singleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector)
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
singleMetricAnomalyDetector - A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in
the same operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
default DeleteAnomalyDetectorRequest.Builder singleMetricAnomalyDetector(Consumer<SingleMetricAnomalyDetector.Builder> singleMetricAnomalyDetector)
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
SingleMetricAnomalyDetector.Builder
avoiding the need to create one manually via SingleMetricAnomalyDetector.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to singleMetricAnomalyDetector(SingleMetricAnomalyDetector).
singleMetricAnomalyDetector - a consumer that will call methods on SingleMetricAnomalyDetector.BuildersingleMetricAnomalyDetector(SingleMetricAnomalyDetector)DeleteAnomalyDetectorRequest.Builder metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
metricMathAnomalyDetector - The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
default DeleteAnomalyDetectorRequest.Builder metricMathAnomalyDetector(Consumer<MetricMathAnomalyDetector.Builder> metricMathAnomalyDetector)
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
MetricMathAnomalyDetector.Builder
avoiding the need to create one manually via MetricMathAnomalyDetector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to metricMathAnomalyDetector(MetricMathAnomalyDetector).
metricMathAnomalyDetector - a consumer that will call methods on MetricMathAnomalyDetector.BuildermetricMathAnomalyDetector(MetricMathAnomalyDetector)DeleteAnomalyDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAnomalyDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.