Interface ListImportTasksResponse.Builder

    • Method Detail

      • tasks

        ListImportTasksResponse.Builder tasks​(ImportTaskSummary... tasks)

        The requested list of import tasks.

        Parameters:
        tasks - The requested list of import tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImportTasksResponse.Builder nextToken​(String nextToken)

        Pagination token used to paginate output.

        When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

        Parameters:
        nextToken - Pagination token used to paginate output.

        When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

        Returns:
        Returns a reference to this object so that method calls can be chained together.