public static final class CreateMonitorGroupNotifyPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateMonitorGroupNotifyPolicyRequest |
build() |
CreateMonitorGroupNotifyPolicyRequest.Builder |
endTime(Long endTime)
The end time of the validity period for the policy.
|
CreateMonitorGroupNotifyPolicyRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
CreateMonitorGroupNotifyPolicyRequest.Builder |
policyType(String policyType)
The policy type.
|
CreateMonitorGroupNotifyPolicyRequest.Builder |
startTime(Long startTime)
The start time of the validity period for the policy.
|
public CreateMonitorGroupNotifyPolicyRequest.Builder endTime(Long endTime)
The end time of the validity period for the policy.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
This parameter is required.
example:1623208500000
public CreateMonitorGroupNotifyPolicyRequest.Builder groupId(String groupId)
The ID of the application group.
This parameter is required.
example:7301****
public CreateMonitorGroupNotifyPolicyRequest.Builder policyType(String policyType)
The policy type. Valid value: PauseNotify.
This parameter is required.
example:PauseNotify
public CreateMonitorGroupNotifyPolicyRequest.Builder startTime(Long startTime)
The start time of the validity period for the policy.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
This parameter is required.
example:1622949300000
public CreateMonitorGroupNotifyPolicyRequest build()
Copyright © 2026. All rights reserved.