Class MySqlMigrationObjectCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.MySqlMigrationObjectCollection.Builder
-
- Enclosing class:
- MySqlMigrationObjectCollection
public static class MySqlMigrationObjectCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
items
public MySqlMigrationObjectCollection.Builder items(List<MySqlDatabaseObjectSummary> items)
An array of database objects that are either included or excluded from the migration.- Parameters:
items
- the value to set- Returns:
- this builder
-
bulkIncludeExcludeData
public 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.
- Parameters:
bulkIncludeExcludeData
- the value to set- Returns:
- this builder
-
build
public MySqlMigrationObjectCollection build()
-
copy
public MySqlMigrationObjectCollection.Builder copy(MySqlMigrationObjectCollection model)
-
-