public static final class ChangeColumnSecLevelRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ChangeColumnSecLevelRequest |
build() |
ChangeColumnSecLevelRequest.Builder |
columnName(String columnName)
The name of the field.
|
ChangeColumnSecLevelRequest.Builder |
dbId(Long dbId)
The ID of the database.
|
ChangeColumnSecLevelRequest.Builder |
isLogic(Boolean isLogic)
Specifies whether the database is a logical database.
|
ChangeColumnSecLevelRequest.Builder |
newLevel(String newLevel)
The new sensitivity level of the field that you want to specify.
|
ChangeColumnSecLevelRequest.Builder |
regionId(String regionId)
RegionId.
|
ChangeColumnSecLevelRequest.Builder |
schemaName(String schemaName)
The name of the database.
|
ChangeColumnSecLevelRequest.Builder |
tableName(String tableName)
The name of the table.
|
ChangeColumnSecLevelRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public ChangeColumnSecLevelRequest.Builder regionId(String regionId)
public ChangeColumnSecLevelRequest.Builder columnName(String columnName)
> You can also call the [ListColumns](~~141870~~) operation to query the name of the field.
public ChangeColumnSecLevelRequest.Builder dbId(Long dbId)
> You can also call the [ListDatabases](~~141873~~) operation to query the ID of a physical database and the [ListLogicDatabases](~~141874~~) operation to query the ID of a logical database.
public ChangeColumnSecLevelRequest.Builder isLogic(Boolean isLogic)
* true: The database is a physical database. * false: The database is a logical database.
public ChangeColumnSecLevelRequest.Builder newLevel(String newLevel)
* INNER: low sensitivity level * SENSITIVE: medium sensitivity level * CONFIDENTIAL: high sensitivity level
public ChangeColumnSecLevelRequest.Builder schemaName(String schemaName)
* You can also call the [SearchDatabase](~~141876~~) operation to query the name of the database. * You can also call the [ListDatabases](~~141873~~) operation to query the name of a physical database and the [ListLogicDatabases](~~141874~~) operation to query the name of a logical database.
public ChangeColumnSecLevelRequest.Builder tableName(String tableName)
> You can also call the [ListTables](~~141878~~) operation to query the name of the table.
public ChangeColumnSecLevelRequest.Builder tid(Long tid)
> To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the [Manage DMS tenants](~~181330~~) topic.
public ChangeColumnSecLevelRequest build()
Copyright © 2023. All rights reserved.