public static interface DeleteAnomalyDetectorRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DeleteAnomalyDetectorRequest.Builder,DeleteAnomalyDetectorRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAnomalyDetectorRequest.Builder |
dimensions(Collection<Dimension> dimensions)
The metric dimensions associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest.Builder |
dimensions(Consumer<Dimension.Builder>... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest.Builder |
dimensions(Dimension... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest.Builder |
metricName(String metricName)
The metric name associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest.Builder |
namespace(String namespace)
The namespace associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAnomalyDetectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAnomalyDetectorRequest.Builder |
stat(String stat)
The statistic associated with the anomaly detection model to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAnomalyDetectorRequest.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.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.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.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.DeleteAnomalyDetectorRequest.Builder dimensions(Consumer<Dimension.Builder>... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #dimensions(List) .dimensions - a consumer that will call methods on List.Builder #dimensions(List) 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAnomalyDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.