public static final class DescribeDomainLogsResponseBody.DomainLog.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainLogsResponseBody.DomainLog.Builder |
action(String action)
The operation.
|
DescribeDomainLogsResponseBody.DomainLog.Builder |
actionTime(String actionTime)
The time when the operation is performed.
|
DescribeDomainLogsResponseBody.DomainLog.Builder |
actionTimestamp(Long actionTimestamp)
The time when the operation was performed.
|
DescribeDomainLogsResponseBody.DomainLog |
build() |
DescribeDomainLogsResponseBody.DomainLog.Builder |
clientIp(String clientIp)
The IP address of the operator.
|
DescribeDomainLogsResponseBody.DomainLog.Builder |
domainName(String domainName)
The domain name.
|
DescribeDomainLogsResponseBody.DomainLog.Builder |
message(String message)
The message for the operation.
|
DescribeDomainLogsResponseBody.DomainLog.Builder |
zoneId(String zoneId)
The ID of the private zone.
|
public DescribeDomainLogsResponseBody.DomainLog.Builder action(String action)
The operation.
example:Add
public DescribeDomainLogsResponseBody.DomainLog.Builder actionTime(String actionTime)
The time when the operation is performed. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.
example:2015-12-12T09:23Z
public DescribeDomainLogsResponseBody.DomainLog.Builder actionTimestamp(Long actionTimestamp)
The time when the operation was performed. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:143562300000
public DescribeDomainLogsResponseBody.DomainLog.Builder clientIp(String clientIp)
The IP address of the operator.
example:182.92.253.20
public DescribeDomainLogsResponseBody.DomainLog.Builder domainName(String domainName)
The domain name.
example:abc.com
public DescribeDomainLogsResponseBody.DomainLog.Builder message(String message)
The message for the operation.
example:To the DNS record list
public DescribeDomainLogsResponseBody.DomainLog.Builder zoneId(String zoneId)
The ID of the private zone.
example:cxfd345sd234
public DescribeDomainLogsResponseBody.DomainLog build()
Copyright © 2026. All rights reserved.