Interface AcknowledgeActionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcknowledgeActionConfiguration.Builder,AcknowledgeActionConfiguration>,SdkBuilder<AcknowledgeActionConfiguration.Builder,AcknowledgeActionConfiguration>,SdkPojo
- Enclosing class:
- AcknowledgeActionConfiguration
public static interface AcknowledgeActionConfiguration.Builder extends SdkPojo, CopyableBuilder<AcknowledgeActionConfiguration.Builder,AcknowledgeActionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcknowledgeActionConfiguration.Buildernote(String note)The note that you can leave when you acknowledge the alarm.-
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
-
note
AcknowledgeActionConfiguration.Builder note(String note)
The note that you can leave when you acknowledge the alarm.
- Parameters:
note- The note that you can leave when you acknowledge the alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-