public static class DbIormConfigUpdateDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbIormConfigUpdateDetail |
build() |
DbIormConfigUpdateDetail.Builder |
copy(DbIormConfigUpdateDetail model) |
DbIormConfigUpdateDetail.Builder |
dbName(String dbName)
The database name.
|
DbIormConfigUpdateDetail.Builder |
share(Integer share)
The relative priority of this database.
|
public DbIormConfigUpdateDetail.Builder dbName(String dbName)
The database name. For the default DbPlan
, the dbName
is default
.
dbName
- the value to setpublic DbIormConfigUpdateDetail.Builder share(Integer share)
The relative priority of this database.
share
- the value to setpublic DbIormConfigUpdateDetail build()
public DbIormConfigUpdateDetail.Builder copy(DbIormConfigUpdateDetail model)
Copyright © 2016–2024. All rights reserved.