public static final class BlockAlarmNotificationRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BlockAlarmNotificationRequest.Builder |
alarmId(Long alarmId)
The ID of the alert.
|
BlockAlarmNotificationRequest |
build() |
BlockAlarmNotificationRequest.Builder |
handlerId(Long handlerId)
The ID of the alert handler.
|
BlockAlarmNotificationRequest.Builder |
regionId(String regionId)
The region ID.
|
BlockAlarmNotificationRequest.Builder |
timeout(Long timeout)
The number of seconds that elapse before alert notifications are blocked.
|
public BlockAlarmNotificationRequest.Builder alarmId(Long alarmId)
For more information about how to obtain the ID of an alert, see [ListAlertEvents](~~2612346~~).
public BlockAlarmNotificationRequest.Builder handlerId(Long handlerId)
public BlockAlarmNotificationRequest.Builder regionId(String regionId)
public BlockAlarmNotificationRequest.Builder timeout(Long timeout)
public BlockAlarmNotificationRequest build()
Copyright © 2024. All rights reserved.