public static final class OperateSuspiciousOverallConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperateSuspiciousOverallConfigRequest |
build() |
OperateSuspiciousOverallConfigRequest.Builder |
config(String config)
Specifies whether to enable the feature.
|
OperateSuspiciousOverallConfigRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
OperateSuspiciousOverallConfigRequest.Builder |
noTargetAsOn(Boolean noTargetAsOn)
Specifies whether to configure assets for the feature.
|
OperateSuspiciousOverallConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
OperateSuspiciousOverallConfigRequest.Builder |
type(String type)
The type of the feature.
|
public OperateSuspiciousOverallConfigRequest.Builder config(String config)
Specifies whether to enable the feature. Valid values:
This parameter is required.
example:off
public OperateSuspiciousOverallConfigRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public OperateSuspiciousOverallConfigRequest.Builder noTargetAsOn(Boolean noTargetAsOn)
Specifies whether to configure assets for the feature. Default value: false. Valid values:
example:This parameter takes effect only when you set Config to on.
true
public OperateSuspiciousOverallConfigRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:222.178.XX.XX
public OperateSuspiciousOverallConfigRequest.Builder type(String type)
The type of the feature. Valid values:
This parameter is required.
example:k8s_log_analysis
public OperateSuspiciousOverallConfigRequest build()
Copyright © 2026. All rights reserved.