Interface MigrationTaskUpdate.Builder

    • Method Detail

      • updateDateTime

        MigrationTaskUpdate.Builder updateDateTime​(Instant updateDateTime)

        The timestamp for the update.

        Parameters:
        updateDateTime - The timestamp for the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateType

        MigrationTaskUpdate.Builder updateType​(String updateType)

        The type of the update.

        Parameters:
        updateType - The type of the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateType, UpdateType
      • migrationTaskState

        MigrationTaskUpdate.Builder migrationTaskState​(Task migrationTaskState)
        Sets the value of the MigrationTaskState property for this object.
        Parameters:
        migrationTaskState - The new value for the MigrationTaskState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.