public final class MigrateMySqlRequestProperties extends Object
| Constructor and Description |
|---|
MigrateMySqlRequestProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
connectionString()
Get the connectionString property: Connection string to the remote MySQL database.
|
MySqlMigrationType |
migrationType()
Get the migrationType property: The type of migration operation to be done.
|
void |
validate()
Validates the instance.
|
MigrateMySqlRequestProperties |
withConnectionString(String connectionString)
Set the connectionString property: Connection string to the remote MySQL database.
|
MigrateMySqlRequestProperties |
withMigrationType(MySqlMigrationType migrationType)
Set the migrationType property: The type of migration operation to be done.
|
public String connectionString()
public MigrateMySqlRequestProperties withConnectionString(String connectionString)
connectionString - the connectionString value to set.public MySqlMigrationType migrationType()
public MigrateMySqlRequestProperties withMigrationType(MySqlMigrationType migrationType)
migrationType - the migrationType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.