public static class MySqlDatabaseObjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySqlDatabaseObjectSummary |
build() |
MySqlDatabaseObjectSummary.Builder |
copy(MySqlDatabaseObjectSummary model) |
MySqlDatabaseObjectSummary.Builder |
objectName(String objectName)
Name of the object (regular expression is allowed)
|
MySqlDatabaseObjectSummary.Builder |
objectStatus(ObjectStatus objectStatus)
Object status.
|
MySqlDatabaseObjectSummary.Builder |
schema(String schema)
Schema of the object (regular expression is allowed)
|
MySqlDatabaseObjectSummary.Builder |
type(String type)
Type of object to exclude.
|
public MySqlDatabaseObjectSummary.Builder objectStatus(ObjectStatus objectStatus)
Object status.
objectStatus
- the value to setpublic MySqlDatabaseObjectSummary.Builder schema(String schema)
Schema of the object (regular expression is allowed)
schema
- the value to setpublic MySqlDatabaseObjectSummary.Builder objectName(String objectName)
Name of the object (regular expression is allowed)
objectName
- the value to setpublic MySqlDatabaseObjectSummary.Builder type(String type)
Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
type
- the value to setpublic MySqlDatabaseObjectSummary build()
public MySqlDatabaseObjectSummary.Builder copy(MySqlDatabaseObjectSummary model)
Copyright © 2016–2024. All rights reserved.