Interface DescribeImportTaskBatchesRequest.Builder

    • Method Detail

      • importId

        DescribeImportTaskBatchesRequest.Builder importId​(String importId)

        The ID of the import task to get batch information for.

        Parameters:
        importId - The ID of the import task to get batch information for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchImportStatusWithStrings

        DescribeImportTaskBatchesRequest.Builder batchImportStatusWithStrings​(Collection<String> batchImportStatus)

        Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        Parameters:
        batchImportStatus - Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchImportStatusWithStrings

        DescribeImportTaskBatchesRequest.Builder batchImportStatusWithStrings​(String... batchImportStatus)

        Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        Parameters:
        batchImportStatus - Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchImportStatus

        DescribeImportTaskBatchesRequest.Builder batchImportStatus​(Collection<ImportStatus> batchImportStatus)

        Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        Parameters:
        batchImportStatus - Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchImportStatus

        DescribeImportTaskBatchesRequest.Builder batchImportStatus​(ImportStatus... batchImportStatus)

        Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        Parameters:
        batchImportStatus - Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        DescribeImportTaskBatchesRequest.Builder limit​(Integer limit)

        The maximum number of import batches to return in the response. Default: 10

        Parameters:
        limit - The maximum number of import batches to return in the response. Default: 10
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeImportTaskBatchesRequest.Builder nextToken​(String nextToken)

        The pagination token for the next set of results.

        Parameters:
        nextToken - The pagination token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.