public static final class DescribeContactGroupListResponseBody.ContactGroup.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeContactGroupListResponseBody.ContactGroup.Builder contacts(DescribeContactGroupListResponseBody.Contacts contacts)
The alert contacts in the alert group.
public DescribeContactGroupListResponseBody.ContactGroup.Builder createTime(Long createTime)
The time when the alert group was created. This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1507070598000
public DescribeContactGroupListResponseBody.ContactGroup.Builder describe(String describe)
The description of the alert group.
public DescribeContactGroupListResponseBody.ContactGroup.Builder enableSubscribed(Boolean enableSubscribed)
Indicates whether the alert group subscribes to weekly reports. Valid values:
true
public DescribeContactGroupListResponseBody.ContactGroup.Builder enabledWeeklyReport(Boolean enabledWeeklyReport)
Indicates whether the alert group can subscribe to weekly reports. Valid values:
example:The weekly report subscription feature is only available for Alibaba Cloud accounts with more than five Elastic Compute Service (ECS) instances.
true
public DescribeContactGroupListResponseBody.ContactGroup.Builder name(String name)
The name of the alert group.
example:Contact1
public DescribeContactGroupListResponseBody.ContactGroup.Builder updateTime(Long updateTime)
The time when the alert group was modified. This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1589447759000
public DescribeContactGroupListResponseBody.ContactGroup build()
Copyright © 2024. All rights reserved.