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 the check item may have.
|
DescribeImagesResponseBody.Item.Builder |
riskLevel(String riskLevel)
The severity of the risk that the check item of the imported custom image has.
|
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 recommend that you handle the risk. * Medium: The check item is a medium-risk item that may affect the startup performance or configurations of the instance. We recommend that you handle the risk.
public DescribeImagesResponseBody.Item.Builder value(String value)
public DescribeImagesResponseBody.Item build()
Copyright © 2024. All rights reserved.