public static class MySqlMigrationObjectCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySqlMigrationObjectCollection |
build() |
MySqlMigrationObjectCollection.Builder |
bulkIncludeExcludeData(String bulkIncludeExcludeData)
Specifies the database objects to be excluded from the migration in bulk.
|
MySqlMigrationObjectCollection.Builder |
copy(MySqlMigrationObjectCollection model) |
MySqlMigrationObjectCollection.Builder |
items(List<MySqlDatabaseObjectSummary> items)
An array of database objects that are either included or excluded from the migration.
|
public MySqlMigrationObjectCollection.Builder items(List<MySqlDatabaseObjectSummary> items)
An array of database objects that are either included or excluded from the migration.
items
- the value to setpublic MySqlMigrationObjectCollection.Builder bulkIncludeExcludeData(String bulkIncludeExcludeData)
Specifies the database objects to be excluded from the migration in bulk. The definition accepts input in a CSV format, newline separated for each entry. More details can be found in the documentation.
bulkIncludeExcludeData
- the value to setpublic MySqlMigrationObjectCollection build()
public MySqlMigrationObjectCollection.Builder copy(MySqlMigrationObjectCollection model)
Copyright © 2016–2024. All rights reserved.