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