public static final class ListClusterCheckResultResponseBody.CheckPolicies.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListClusterCheckResultResponseBody.CheckPolicies |
build() |
ListClusterCheckResultResponseBody.CheckPolicies.Builder |
requirementId(Long requirementId)
Requirement ID of the check item.
|
ListClusterCheckResultResponseBody.CheckPolicies.Builder |
requirementShowName(String requirementShowName)
Display name of the requirement for the check item.
|
ListClusterCheckResultResponseBody.CheckPolicies.Builder |
sectionId(Long sectionId)
Section ID of the check item.
|
ListClusterCheckResultResponseBody.CheckPolicies.Builder |
sectionShowName(String sectionShowName)
Display name of the section for the check item.
|
ListClusterCheckResultResponseBody.CheckPolicies.Builder |
standardId(Long standardId)
Standard ID of the check item.
|
ListClusterCheckResultResponseBody.CheckPolicies.Builder |
standardShowName(String standardShowName)
Display name of the standard for the check item.
|
public ListClusterCheckResultResponseBody.CheckPolicies.Builder requirementId(Long requirementId)
Requirement ID of the check item.
example:2
public ListClusterCheckResultResponseBody.CheckPolicies.Builder requirementShowName(String requirementShowName)
Display name of the requirement for the check item.
example:Alibaba cloud OSS best security practices
public ListClusterCheckResultResponseBody.CheckPolicies.Builder sectionId(Long sectionId)
Section ID of the check item.
example:3
public ListClusterCheckResultResponseBody.CheckPolicies.Builder sectionShowName(String sectionShowName)
Display name of the section for the check item.
example:Log Audit
public ListClusterCheckResultResponseBody.CheckPolicies.Builder standardId(Long standardId)
Standard ID of the check item.
example:1
public ListClusterCheckResultResponseBody.CheckPolicies.Builder standardShowName(String standardShowName)
Display name of the standard for the check item.
example:Best security practices
public ListClusterCheckResultResponseBody.CheckPolicies build()
Copyright © 2026. All rights reserved.