public static final class ListCheckStandardResponseBody.Standards.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCheckStandardResponseBody.Standards.Builder |
bindVendor(Integer bindVendor)
The cloud service provider that uses the standard.
|
ListCheckStandardResponseBody.Standards |
build() |
ListCheckStandardResponseBody.Standards.Builder |
id(Long id)
The ID of the standard.
|
ListCheckStandardResponseBody.Standards.Builder |
requirements(List<ListCheckStandardResponseBody.Requirements> requirements)
The requirements.
|
ListCheckStandardResponseBody.Standards.Builder |
showName(String showName)
The display name of the check item.
|
ListCheckStandardResponseBody.Standards.Builder |
showPriorityLevel(Integer showPriorityLevel)
The priority for display.
|
ListCheckStandardResponseBody.Standards.Builder |
type(String type)
The type of the standard.
|
public ListCheckStandardResponseBody.Standards.Builder bindVendor(Integer bindVendor)
The cloud service provider that uses the standard. Valid values:
3
public ListCheckStandardResponseBody.Standards.Builder id(Long id)
The ID of the standard.
example:1
public ListCheckStandardResponseBody.Standards.Builder requirements(List<ListCheckStandardResponseBody.Requirements> requirements)
The requirements.
public ListCheckStandardResponseBody.Standards.Builder showName(String showName)
The display name of the check item.
example:Identity and permission management
public ListCheckStandardResponseBody.Standards.Builder showPriorityLevel(Integer showPriorityLevel)
The priority for display.
example:1
public ListCheckStandardResponseBody.Standards.Builder type(String type)
The type of the standard.
example:IDENTITY_PERMISSION
public ListCheckStandardResponseBody.Standards build()
Copyright © 2026. All rights reserved.