Interface DisableAlarmActionRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DisableAlarmActionRequest.Builder,
,DisableAlarmActionRequest> SdkBuilder<DisableAlarmActionRequest.Builder,
,DisableAlarmActionRequest> SdkPojo
- Enclosing class:
DisableAlarmActionRequest
@Mutable
@NotThreadSafe
public static interface DisableAlarmActionRequest.Builder
extends SdkPojo, CopyableBuilder<DisableAlarmActionRequest.Builder,DisableAlarmActionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionalarmModelName
(String alarmModelName) The name of the alarm model.The value of the key used as a filter to select only the alarms associated with the key.The note that you can leave when you disable the alarm.The request ID.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, sdkFieldNameToField, sdkFields
-
Method Details
-
requestId
The request ID. Each ID must be unique within each batch.
- Parameters:
requestIdValue
- The request ID. Each ID must be unique within each batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmModelName
The name of the alarm model.
- Parameters:
alarmModelName
- The name of the alarm model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyValue
-
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.
-