public static final class DescribeAccessKeyLeakDetailResponseBody.Builder extends Object
public DescribeAccessKeyLeakDetailResponseBody.Builder accesskeyId(String accesskeyId)
The ID of the AccessKey pair that is leaked.
example:yourAccessKeyID
public DescribeAccessKeyLeakDetailResponseBody.Builder asset(String asset)
The platform to which the asset belongs. The value is fixed as Cloud platform.
example:Cloud platform
public DescribeAccessKeyLeakDetailResponseBody.Builder code(String code)
The code snippet that is leaked.
example:\n1231 \nak=yourAccessKeyID \n12311123 \nsk1999 \nsk1999sk1999 \nsk1999sk1999 \n\n\ntest001 ak hht \nak=yourAccessKeyID \nsk=yourAccessKeySecret
public DescribeAccessKeyLeakDetailResponseBody.Builder dealTime(String dealTime)
The time when the AccessKey pair leak was handled.
example:2022-01-17 15:47:08
public DescribeAccessKeyLeakDetailResponseBody.Builder dealType(String dealType)
The solution to the AccessKey pair leak. Valid values:
add-whitelist
public DescribeAccessKeyLeakDetailResponseBody.Builder githubFileName(String githubFileName)
The name of the GitHub file.
example:testAkLeak
public DescribeAccessKeyLeakDetailResponseBody.Builder githubFileType(String githubFileType)
The type of the GitHub file. Valid values:
Python
public DescribeAccessKeyLeakDetailResponseBody.Builder githubFileUpdateTime(String githubFileUpdateTime)
The time when the GitHub file was updated.
example:2021-07-06T09:49:33
public DescribeAccessKeyLeakDetailResponseBody.Builder githubFileUrl(String githubFileUrl)
The URL of the GitHub file.
example:https://github.com/Blue00Blue/ExamOnline/blob/6c932c10fc3f217783f3937e2b230f79656c18a7/testAk****
public DescribeAccessKeyLeakDetailResponseBody.Builder githubRepoName(String githubRepoName)
The name of the GitHub repository.
example:ExamOnline
public DescribeAccessKeyLeakDetailResponseBody.Builder githubRepoUrl(String githubRepoUrl)
The URL of the GitHub repository.
example:public DescribeAccessKeyLeakDetailResponseBody.Builder githubUser(String githubUser)
The username of the GitHub user.
example:Blue00Blue
public DescribeAccessKeyLeakDetailResponseBody.Builder githubUserPicUrl(String githubUserPicUrl)
The URL of the profile picture for the GitHub user.
example:https://avatars.githubusercontent.com/u/26296896?s=48&v=****
public DescribeAccessKeyLeakDetailResponseBody.Builder gmtCreate(String gmtCreate)
The first time when the AccessKey pair leak was detected.
example:2021-07-06 17:49:41
public DescribeAccessKeyLeakDetailResponseBody.Builder gmtModified(String gmtModified)
The last time when the AccessKey pair leak was detected.
example:2021-07-06 17:49:39
public DescribeAccessKeyLeakDetailResponseBody.Builder remark(String remark)
The remarks of the AccessKey pair leak.
example:12
public DescribeAccessKeyLeakDetailResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:79CFF74D-E967-5407-8A78-EE03B925FDAA
public DescribeAccessKeyLeakDetailResponseBody.Builder source(String source)
The platform on which the AccessKey pair leak is detected.
example:GitHub
public DescribeAccessKeyLeakDetailResponseBody.Builder tokenValid(Integer tokenValid)
The validity of the key that is associated with the AccessKey pair. Valid values:
2
public DescribeAccessKeyLeakDetailResponseBody.Builder type(String type)
The type of the leak. The value is fixed as AccessKey.
example:AccessKey
public DescribeAccessKeyLeakDetailResponseBody.Builder whitelistStatus(String whitelistStatus)
Indicates whether the AccessKey pair leak is added to the whitelist. Valid values:
no
public DescribeAccessKeyLeakDetailResponseBody.Builder whitelistTime(Long whitelistTime)
The time when the AccessKey pair was added to the whitelist. Unit: milliseconds.
example:1689172004478
public DescribeAccessKeyLeakDetailResponseBody build()
Copyright © 2026. All rights reserved.