public static final class DescribeInstanceAccountsResponseBody.DbPrivilege.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeInstanceAccountsResponseBody.DbPrivilege |
build() |
DescribeInstanceAccountsResponseBody.DbPrivilege.Builder |
dbName(String dbName)
Indicates the name of a database.
|
DescribeInstanceAccountsResponseBody.DbPrivilege.Builder |
privilege(String privilege)
Indicates the permissions that an account is granted on the database.
|
public DescribeInstanceAccountsResponseBody.DbPrivilege.Builder dbName(String dbName)
public DescribeInstanceAccountsResponseBody.DbPrivilege.Builder privilege(String privilege)
* **R**: The account is granted the permissions that are required to read the data of the database. * **W**: The account is granted the permissions that are required to write data to the database. * **DDL**: The account is granted the permissions that are required to perform DDL operations on the database. * **DML**: The account is granted the permissions that are required to perform DML operations on the database.
public DescribeInstanceAccountsResponseBody.DbPrivilege build()
Copyright © 2024. All rights reserved.