public static final class DescribeDomainLogsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainLogsRequest |
build() |
DescribeDomainLogsRequest.Builder |
endDate(String endDate)
The end time for the query.
|
DescribeDomainLogsRequest.Builder |
groupId(String groupId)
The ID of the domain name group.
|
DescribeDomainLogsRequest.Builder |
keyWord(String keyWord)
The keyword for the query in "%KeyWord%" mode.
|
DescribeDomainLogsRequest.Builder |
lang(String lang)
The language in which you want the values of some response parameters to be returned.
|
DescribeDomainLogsRequest.Builder |
pageNumber(Long pageNumber)
The page number to return.
|
DescribeDomainLogsRequest.Builder |
pageSize(Long pageSize)
The number of entries to return per page.
|
DescribeDomainLogsRequest.Builder |
startDate(String startDate)
The start time for the query.
|
DescribeDomainLogsRequest.Builder |
type(String type)
The type of object of which you want to query operation logs.
|
public DescribeDomainLogsRequest.Builder groupId(String groupId)
The ID of the domain name group.
example:2223
public DescribeDomainLogsRequest.Builder keyWord(String keyWord)
The keyword for the query in "%KeyWord%" mode. The keyword is not case-sensitive.
example:test
public DescribeDomainLogsRequest.Builder lang(String lang)
The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.
example:en
public DescribeDomainLogsRequest.Builder pageNumber(Long pageNumber)
The page number to return. The page number starts from 1. Default value: 1.
example:1
public DescribeDomainLogsRequest.Builder pageSize(Long pageSize)
The number of entries to return per page. Maximum value: 100. Default value: 20.
example:20
public DescribeDomainLogsRequest.Builder startDate(String startDate)
The start time for the query. Format: YYYY-MM-DD
example:2019-07-04
public DescribeDomainLogsRequest.Builder type(String type)
The type of object of which you want to query operation logs. Valid values:
domain
public DescribeDomainLogsRequest.Builder endDate(String endDate)
The end time for the query. Format: YYYY-MM-DD
example:2019-07-04
public DescribeDomainLogsRequest build()
Copyright © 2026. All rights reserved.