Interface WarmUpConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WarmUpConfiguration.Builder,,WarmUpConfiguration> SdkBuilder<WarmUpConfiguration.Builder,,WarmUpConfiguration> SdkPojo
- Enclosing class:
WarmUpConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiononlyStartEvaluatingAfterWarmUpPeriodEnds(Boolean onlyStartEvaluatingAfterWarmUpPeriodEnds) Specifies whether the alarm waits for the full warm-up period before it starts to evaluate.warmUpPeriodDurationInMinutes(Integer warmUpPeriodDurationInMinutes) The length of the warm-up period, in minutes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
warmUpPeriodDurationInMinutes
The length of the warm-up period, in minutes. After you create or update the alarm, the alarm stays in
INSUFFICIENT_DATAfor this duration. During this time, the alarm does not perform alarm actions.You can change this value at any time, including after the warm-up period ends. If you change it after the warm-up period ends, the new value does not restart the warm-up period.
- Parameters:
warmUpPeriodDurationInMinutes- The length of the warm-up period, in minutes. After you create or update the alarm, the alarm stays inINSUFFICIENT_DATAfor this duration. During this time, the alarm does not perform alarm actions.You can change this value at any time, including after the warm-up period ends. If you change it after the warm-up period ends, the new value does not restart the warm-up period.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlyStartEvaluatingAfterWarmUpPeriodEnds
WarmUpConfiguration.Builder onlyStartEvaluatingAfterWarmUpPeriodEnds(Boolean onlyStartEvaluatingAfterWarmUpPeriodEnds) Specifies whether the alarm waits for the full warm-up period before it starts to evaluate. The default is
false. Iftrue, the alarm waits the entireWarmUpPeriodDurationInMinutesbefore it starts to evaluate, even if metric data arrives earlier. Iffalse, the alarm ends the warm-up period early. Evaluation begins as soon as the alarm has enough metric data to fill its evaluation window.- Parameters:
onlyStartEvaluatingAfterWarmUpPeriodEnds- Specifies whether the alarm waits for the full warm-up period before it starts to evaluate. The default isfalse. Iftrue, the alarm waits the entireWarmUpPeriodDurationInMinutesbefore it starts to evaluate, even if metric data arrives earlier. Iffalse, the alarm ends the warm-up period early. Evaluation begins as soon as the alarm has enough metric data to fill its evaluation window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-