public static class DbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbSystemDetails |
build() |
DbSystemDetails.Builder |
copy(DbSystemDetails model) |
DbSystemDetails.Builder |
dbVersion(String dbVersion)
The major and minor versions of the database system software.
|
DbSystemDetails.Builder |
systemType(DbSystem.SystemType systemType)
Type of the database system.
|
public DbSystemDetails.Builder systemType(DbSystem.SystemType systemType)
Type of the database system.
systemType
- the value to setpublic DbSystemDetails.Builder dbVersion(String dbVersion)
The major and minor versions of the database system software.
dbVersion
- the value to setpublic DbSystemDetails build()
public DbSystemDetails.Builder copy(DbSystemDetails model)
Copyright © 2016–2024. All rights reserved.