public static final class CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCheckPolicyResponseBody.CheckCustomPolicy |
build() |
CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder |
checkType(String checkType)
The type of the policy (indicating whether it is a system or user-defined policy):
CUSTOM: User-defined.
|
CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder |
policyId(Long policyId)
The ID of the custom policy.
|
CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder |
policyShowName(String policyShowName)
The name of the custom policy.
|
CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder |
policyType(String policyType)
The policy type for custom check rules:
STANDARD: Standard policy type.
|
CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder |
type(String type)
The name of the associated major policy category:
AISPM: AI Configuration Management (AISPM).
|
public CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder checkType(String checkType)
The type of the policy (indicating whether it is a system or user-defined policy):
CUSTOM
public CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder policyId(Long policyId)
The ID of the custom policy.
example:1062**
public CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder policyShowName(String policyShowName)
The name of the custom policy.
example:TestPolicyName
public CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder policyType(String policyType)
The policy type for custom check rules:
STANDARD
public CreateCheckPolicyResponseBody.CheckCustomPolicy.Builder type(String type)
The name of the associated major policy category:
AISPM
public CreateCheckPolicyResponseBody.CheckCustomPolicy build()
Copyright © 2026. All rights reserved.