public static final class UpdateCheckPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCheckPolicyRequest |
build() |
UpdateCheckPolicyRequest.Builder |
dependentPolicyId(Long dependentPolicyId)
ID of the associated parent policy.
|
UpdateCheckPolicyRequest.Builder |
policyId(Long policyId)
ID of the custom policy.
|
UpdateCheckPolicyRequest.Builder |
policyShowName(String policyShowName)
Name of the custom classification.
|
UpdateCheckPolicyRequest.Builder |
policyType(String policyType)
Classification type of the custom check item rule:
STANDARD: Add to standard.
|
UpdateCheckPolicyRequest.Builder |
type(String type)
Name of the associated major policy category (required when PolicyType is STANDARD):
AISPM: AI Configuration Management (AISPM).
|
public UpdateCheckPolicyRequest.Builder dependentPolicyId(Long dependentPolicyId)
ID of the associated parent policy.
(The specific dependency hierarchy, from low to high, is Section -> Requirement -> Standard).
example:1000000000002
public UpdateCheckPolicyRequest.Builder policyId(Long policyId)
ID of the custom policy.
You can obtain this parameter by calling the ListCheckPolicies API.
This parameter is required.
example:1000000000001
public UpdateCheckPolicyRequest.Builder policyShowName(String policyShowName)
Name of the custom classification.
example:testPolicyName
public UpdateCheckPolicyRequest.Builder policyType(String policyType)
Classification type of the custom check item rule:
This parameter is required.
example:STANDARD
public UpdateCheckPolicyRequest.Builder type(String type)
Name of the associated major policy category (required when PolicyType is STANDARD):
AISPM
public UpdateCheckPolicyRequest build()
Copyright © 2026. All rights reserved.