Interface AcknowledgeFlow.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>,SdkBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>,SdkPojo
- Enclosing class:
- AcknowledgeFlow
public static interface AcknowledgeFlow.Builder extends SdkPojo, CopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcknowledgeFlow.Builderenabled(Boolean enabled)The value must beTRUEorFALSE.-
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, sdkFields
-
-
-
-
Method Detail
-
enabled
AcknowledgeFlow.Builder enabled(Boolean enabled)
The value must be
TRUEorFALSE. IfTRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return toNORMAL. IfFALSE, you won't receive notifications. The alarm automatically changes to theNORMALstate when the input property value returns to the specified range.- Parameters:
enabled- The value must beTRUEorFALSE. IfTRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return toNORMAL. IfFALSE, you won't receive notifications. The alarm automatically changes to theNORMALstate when the input property value returns to the specified range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-