public static final class DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder extends Object
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder config(DescribeDnsGtmInstancesResponseBody.Config config)
The configurations of the instance.
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder createTime(String createTime)
The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2020-10-14T06:58Z
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder createTimestamp(Long createTimestamp)
The time when the instance was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1602658709000
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder expireTime(String expireTime)
The time when the instance expires. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2020-10-14T06:58Z
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder expireTimestamp(Long expireTimestamp)
The time when the instance expires. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1602658709000
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder instanceId(String instanceId)
The instance ID.
example:instance1
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder paymentType(String paymentType)
The billing method of the GTM instance. Valid value:
Subscription
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group.
example:resourceGroupid123
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder smsQuota(Integer smsQuota)
The total number of Short Message Service (SMS) notifications.
example:1
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder taskQuota(Integer taskQuota)
The total number of detection tasks.
example:1
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder usedQuota(DescribeDnsGtmInstancesResponseBody.UsedQuota usedQuota)
The used quota.
public DescribeDnsGtmInstancesResponseBody.GtmInstances.Builder versionCode(String versionCode)
The version of the instance.
example:testVersion1
public DescribeDnsGtmInstancesResponseBody.GtmInstances build()
Copyright © 2026. All rights reserved.