public class MigrateMySqlRequest extends ProxyOnlyResource
| Constructor and Description |
|---|
MigrateMySqlRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
connectionString()
Get connection string to the remote MySQL database.
|
MySqlMigrationType |
migrationType()
Get the type of migration operation to be done.
|
MigrateMySqlRequest |
withConnectionString(String connectionString)
Set connection string to the remote MySQL database.
|
MigrateMySqlRequest |
withMigrationType(MySqlMigrationType migrationType)
Set the type of migration operation to be done.
|
kind, withKindpublic String connectionString()
public MigrateMySqlRequest withConnectionString(String connectionString)
connectionString - the connectionString value to setpublic MySqlMigrationType migrationType()
public MigrateMySqlRequest withMigrationType(MySqlMigrationType migrationType)
migrationType - the migrationType value to setCopyright © 2019. All rights reserved.