Interface ListMigrationTasksResponse.Builder

    • Method Detail

      • nextToken

        ListMigrationTasksResponse.Builder nextToken​(String nextToken)

        If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

        Parameters:
        nextToken - If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • migrationTaskSummaryList

        ListMigrationTasksResponse.Builder migrationTaskSummaryList​(Collection<MigrationTaskSummary> migrationTaskSummaryList)

        Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.

        Parameters:
        migrationTaskSummaryList - Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • migrationTaskSummaryList

        ListMigrationTasksResponse.Builder migrationTaskSummaryList​(MigrationTaskSummary... migrationTaskSummaryList)

        Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.

        Parameters:
        migrationTaskSummaryList - Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.