Interface DescribeImportTasksResponse.Builder

    • Method Detail

      • imports

        DescribeImportTasksResponse.Builder imports​(Collection<Import> imports)

        The list of import tasks that match the request filters.

        Parameters:
        imports - The list of import tasks that match the request filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imports

        DescribeImportTasksResponse.Builder imports​(Import... imports)

        The list of import tasks that match the request filters.

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

        DescribeImportTasksResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.

        Parameters:
        nextToken - The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.