public static final class DescribeImagesResponseBody.Item.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeImagesResponseBody.Item |
build() |
DescribeImagesResponseBody.Item.Builder |
name(String name)
The name of the check item.
|
DescribeImagesResponseBody.Item.Builder |
riskCode(String riskCode)
The risk that is detected on the check item.
|
DescribeImagesResponseBody.Item.Builder |
riskLevel(String riskLevel)
Indicates the severity of the risk that is detected on the check item of the imported custom image.
|
DescribeImagesResponseBody.Item.Builder |
value(String value)
The result of the check item.
|
public DescribeImagesResponseBody.Item.Builder name(String name)
public DescribeImagesResponseBody.Item.Builder riskCode(String riskCode)
public DescribeImagesResponseBody.Item.Builder riskLevel(String riskLevel)
Valid values: * High: The check item is a high-risk item that may affect the startup of the instance. We strongly recommended that you fix this item at your earliest convenience. * Medium: The check item is a medium-risk item that may affect the startup performance or configurations of the instance. We recommend that you fix this item.
public DescribeImagesResponseBody.Item.Builder value(String value)
public DescribeImagesResponseBody.Item build()
Copyright © 2023. All rights reserved.