public static final class DescribeTablesResponseBody.List.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeTablesResponseBody.List.Builder |
allowFullTableScan(Boolean allowFullTableScan)
Indicates whether full table scanning is allowed.
|
DescribeTablesResponseBody.List.Builder |
broadcast(Boolean broadcast)
Indicates whether the table is a replicated table.
|
DescribeTablesResponseBody.List |
build() |
DescribeTablesResponseBody.List.Builder |
dbInstType(Integer dbInstType)
The type of the PolarDB-X 1.0 instance.
|
DescribeTablesResponseBody.List.Builder |
isLocked(Boolean isLocked)
Indicates whether the table is locked.
|
DescribeTablesResponseBody.List.Builder |
isShard(Boolean isShard)
Indicates whether the table is sharded.
|
DescribeTablesResponseBody.List.Builder |
shardKey(String shardKey)
The shard key of the table.
|
DescribeTablesResponseBody.List.Builder |
status(Integer status)
Indicates whether sharding tasks are performed on the table.
|
DescribeTablesResponseBody.List.Builder |
table(String table)
The name of the table.
|
public DescribeTablesResponseBody.List.Builder allowFullTableScan(Boolean allowFullTableScan)
public DescribeTablesResponseBody.List.Builder broadcast(Boolean broadcast)
public DescribeTablesResponseBody.List.Builder dbInstType(Integer dbInstType)
* 0: The instance is a dedicated instance. * 1: The instance is a shard instance.
public DescribeTablesResponseBody.List.Builder isLocked(Boolean isLocked)
public DescribeTablesResponseBody.List.Builder isShard(Boolean isShard)
public DescribeTablesResponseBody.List.Builder shardKey(String shardKey)
public DescribeTablesResponseBody.List.Builder status(Integer status)
* 0: No sharding task is performed on the table. * 1: Sharding tasks are performed on the table.
public DescribeTablesResponseBody.List.Builder table(String table)
public DescribeTablesResponseBody.List build()
Copyright © 2024. All rights reserved.