Interface MetricCharacteristics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetricCharacteristics.Builder,
,MetricCharacteristics> SdkBuilder<MetricCharacteristics.Builder,
,MetricCharacteristics> SdkPojo
- Enclosing class:
MetricCharacteristics
@Mutable
@NotThreadSafe
public static interface MetricCharacteristics.Builder
extends SdkPojo, CopyableBuilder<MetricCharacteristics.Builder,MetricCharacteristics>
-
Method Summary
Modifier and TypeMethodDescriptionperiodicSpikes
(Boolean periodicSpikes) Set this parameter totrue
if values for this metric consistently include spikes that should not be considered to be anomalies.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
periodicSpikes
Set this parameter to
true
if values for this metric consistently include spikes that should not be considered to be anomalies. With this set totrue
, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.- Parameters:
periodicSpikes
- Set this parameter totrue
if values for this metric consistently include spikes that should not be considered to be anomalies. With this set totrue
, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-