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