public static final class DescribeDrdsDBsResponseBody.Db.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDrdsDBsResponseBody.Db |
build() |
DescribeDrdsDBsResponseBody.Db.Builder |
createTime(String createTime)
The time when the database is created.
|
DescribeDrdsDBsResponseBody.Db.Builder |
dbInstType(String dbInstType)
The type of the database.
|
DescribeDrdsDBsResponseBody.Db.Builder |
dbName(String dbName)
The name of the database.
|
DescribeDrdsDBsResponseBody.Db.Builder |
mode(String mode)
The partitioning mode of the database.
|
DescribeDrdsDBsResponseBody.Db.Builder |
schema(String schema)
The schema ID that is assigned to the partitioned database.
|
DescribeDrdsDBsResponseBody.Db.Builder |
status(String status)
The state of the database.
|
public DescribeDrdsDBsResponseBody.Db.Builder createTime(String createTime)
public DescribeDrdsDBsResponseBody.Db.Builder dbInstType(String dbInstType)
public DescribeDrdsDBsResponseBody.Db.Builder dbName(String dbName)
public DescribeDrdsDBsResponseBody.Db.Builder mode(String mode)
* **HORIZONTAL**: The database is horizontally partitioned. * **VERTICAL**: The database is vertically partitioned.
public DescribeDrdsDBsResponseBody.Db.Builder schema(String schema)
public DescribeDrdsDBsResponseBody.Db.Builder status(String status)
public DescribeDrdsDBsResponseBody.Db build()
Copyright © 2024. All rights reserved.