Interface AcknowledgeAlarmActionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcknowledgeAlarmActionRequest.Builder,AcknowledgeAlarmActionRequest>,SdkBuilder<AcknowledgeAlarmActionRequest.Builder,AcknowledgeAlarmActionRequest>,SdkPojo
- Enclosing class:
- AcknowledgeAlarmActionRequest
public static interface AcknowledgeAlarmActionRequest.Builder extends SdkPojo, CopyableBuilder<AcknowledgeAlarmActionRequest.Builder,AcknowledgeAlarmActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcknowledgeAlarmActionRequest.BuilderalarmModelName(String alarmModelName)The name of the alarm model.AcknowledgeAlarmActionRequest.BuilderkeyValue(String keyValue)The value of the key used as a filter to select only the alarms associated with the key.AcknowledgeAlarmActionRequest.Buildernote(String note)The note that you can leave when you acknowledge the alarm.AcknowledgeAlarmActionRequest.BuilderrequestId(String requestIdValue)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, sdkFields
-
-
-
-
Method Detail
-
requestId
AcknowledgeAlarmActionRequest.Builder requestId(String requestIdValue)
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
AcknowledgeAlarmActionRequest.Builder alarmModelName(String 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
AcknowledgeAlarmActionRequest.Builder keyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
- Parameters:
keyValue- The value of the key used as a filter to select only the alarms associated with the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
note
AcknowledgeAlarmActionRequest.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.
-
-