public static final class DescribeAccesskeyLeakListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAccesskeyLeakListRequest |
build() |
DescribeAccesskeyLeakListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeAccesskeyLeakListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeAccesskeyLeakListRequest.Builder |
query(String query)
The AccessKey ID that you want to query.
|
DescribeAccesskeyLeakListRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeAccesskeyLeakListRequest.Builder |
startTs(Long startTs)
The beginning of the time range to query.
|
DescribeAccesskeyLeakListRequest.Builder |
status(String status)
Specifies whether an AccessKey pair leak is handled.
|
public DescribeAccesskeyLeakListRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
This parameter is required.
example:1
public DescribeAccesskeyLeakListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
Maximum value: 100. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
We recommend that you do not leave this parameter empty.
This parameter is required.
example:20
public DescribeAccesskeyLeakListRequest.Builder query(String query)
The AccessKey ID that you want to query. Only exact match is supported.
example:yourAccessKeyID
public DescribeAccesskeyLeakListRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to query the ID.
127608589417****
public DescribeAccesskeyLeakListRequest.Builder startTs(Long startTs)
The beginning of the time range to query. You can query all AccessKey pair leaks that are detected later than this time point. The value of this parameter is a UNIX timestamp. Unit: milliseconds.
example:1614155361489
public DescribeAccesskeyLeakListRequest.Builder status(String status)
Specifies whether an AccessKey pair leak is handled. Valid values:
pending
public DescribeAccesskeyLeakListRequest build()
Copyright © 2026. All rights reserved.