Class MigrateSyncCompleteCommandInput

java.lang.Object
com.azure.resourcemanager.datamigration.models.MigrateSyncCompleteCommandInput

public final class MigrateSyncCompleteCommandInput extends Object
Input for command that completes sync migration for a database.
  • Constructor Details

    • MigrateSyncCompleteCommandInput

      public MigrateSyncCompleteCommandInput()
      Creates an instance of MigrateSyncCompleteCommandInput class.
  • Method Details

    • databaseName

      public String databaseName()
      Get the databaseName property: Name of database.
      Returns:
      the databaseName value.
    • withDatabaseName

      public MigrateSyncCompleteCommandInput withDatabaseName(String databaseName)
      Set the databaseName property: Name of database.
      Parameters:
      databaseName - the databaseName value to set.
      Returns:
      the MigrateSyncCompleteCommandInput object itself.
    • commitTimestamp

      public OffsetDateTime commitTimestamp()
      Get the commitTimestamp property: Time stamp to complete.
      Returns:
      the commitTimestamp value.
    • withCommitTimestamp

      public MigrateSyncCompleteCommandInput withCommitTimestamp(OffsetDateTime commitTimestamp)
      Set the commitTimestamp property: Time stamp to complete.
      Parameters:
      commitTimestamp - the commitTimestamp value to set.
      Returns:
      the MigrateSyncCompleteCommandInput object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.