public static final class CreateMonitorGroupNotifyPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateMonitorGroupNotifyPolicyRequest |
build() |
CreateMonitorGroupNotifyPolicyRequest.Builder |
endTime(Long endTime)
The timestamp that indicates 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 type of the policy.
|
CreateMonitorGroupNotifyPolicyRequest.Builder |
startTime(Long startTime)
The timestamp that indicates the start time of the validity period for the policy.
|
public CreateMonitorGroupNotifyPolicyRequest.Builder endTime(Long endTime)
This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public CreateMonitorGroupNotifyPolicyRequest.Builder groupId(String groupId)
public CreateMonitorGroupNotifyPolicyRequest.Builder policyType(String policyType)
public CreateMonitorGroupNotifyPolicyRequest.Builder startTime(Long startTime)
This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public CreateMonitorGroupNotifyPolicyRequest build()
Copyright © 2024. All rights reserved.