Interface ResetActionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResetActionConfiguration.Builder,
,ResetActionConfiguration> SdkBuilder<ResetActionConfiguration.Builder,
,ResetActionConfiguration> SdkPojo
- Enclosing class:
ResetActionConfiguration
public static interface ResetActionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ResetActionConfiguration.Builder,ResetActionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe note that you can leave when you reset 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 Details
-
note
The note that you can leave when you reset the alarm.
- Parameters:
note
- The note that you can leave when you reset the alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-