public static final class ExportWarningRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ExportWarningRequest |
build() |
ExportWarningRequest.Builder |
dealed(String dealed)
Specifies whether the baseline risks are handled.
|
ExportWarningRequest.Builder |
exportType(String exportType)
The type of the export task.
|
ExportWarningRequest.Builder |
isCleartextPwd(Integer isCleartextPwd)
The export method of the results for the weak password baseline check.
|
ExportWarningRequest.Builder |
isSummaryExport(Integer isSummaryExport)
Specifies whether the baseline check results are aggregated and exported.
|
ExportWarningRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ExportWarningRequest.Builder |
riskIds(String riskIds)
The ID of the risk item in the baseline check results.
|
ExportWarningRequest.Builder |
riskLevels(String riskLevels)
The severity of the baseline check item.
|
ExportWarningRequest.Builder |
riskName(String riskName)
The name of the baseline.
|
ExportWarningRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ExportWarningRequest.Builder |
statusList(String statusList)
The status of the check item in the baseline check results.
|
ExportWarningRequest.Builder |
strategyId(Long strategyId)
The ID of the baseline check policy.
|
ExportWarningRequest.Builder |
subTypeNames(String subTypeNames)
The subtypes of the baselines based on which baseline checks are performed.
|
ExportWarningRequest.Builder |
typeName(String typeName)
The type of the baseline based on which baseline checks are performed.
|
ExportWarningRequest.Builder |
typeNames(String typeNames)
The types of the baselines based on which baseline checks are performed.
|
ExportWarningRequest.Builder |
uuids(String uuids)
The UUID of the server whose baseline check results you want to export.
|
public ExportWarningRequest.Builder dealed(String dealed)
* **Y**: yes * **N**: no
public ExportWarningRequest.Builder exportType(String exportType)
public ExportWarningRequest.Builder isCleartextPwd(Integer isCleartextPwd)
* **0**: exports the check results after it is masked. * **1**: exports the check results in plaintext.
public ExportWarningRequest.Builder isSummaryExport(Integer isSummaryExport)
* **0**: no * **1**: yes
public ExportWarningRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public ExportWarningRequest.Builder riskIds(String riskIds)
public ExportWarningRequest.Builder riskLevels(String riskLevels)
* **high** * **medium** * **low**
public ExportWarningRequest.Builder riskName(String riskName)
public ExportWarningRequest.Builder sourceIp(String sourceIp)
public ExportWarningRequest.Builder statusList(String statusList)
* **3**: passed * **1**: failed
public ExportWarningRequest.Builder strategyId(Long strategyId)
public ExportWarningRequest.Builder subTypeNames(String subTypeNames)
> You must set the value of this parameter to the value of the **TypeName** parameter that is contained in the **SubTypes** parameter. You can call the [DescribeRiskType](~~DescribeRiskType~~) operation to obtain the value of the TypeName parameter.
public ExportWarningRequest.Builder typeName(String typeName)
> You must set the value of this parameter to the value of the **TypeName** parameter that is returned by calling the [DescribeRiskType](~~DescribeRiskType~~) operation. If both the **TypeName** and **TypeNames** parameters are specified, only the **TypeName** parameter takes effect.
public ExportWarningRequest.Builder typeNames(String typeNames)
> You must set the value of this parameter to the value of the **TypeName** parameter that is returned by calling the [DescribeRiskType](~~DescribeRiskType~~) operation. If both the **TypeName** and **TypeNames** parameters are specified, only the **TypeName** parameter takes effect.
public ExportWarningRequest.Builder uuids(String uuids)
public ExportWarningRequest build()
Copyright © 2023. All rights reserved.