Interface DescribeImportTaskBatchesResponse.Builder

    • Method Detail

      • importSourceArn

        DescribeImportTaskBatchesResponse.Builder importSourceArn​(String importSourceArn)

        The ARN of the source being imported from.

        Parameters:
        importSourceArn - The ARN of the source being imported from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importId

        DescribeImportTaskBatchesResponse.Builder importId​(String importId)

        The ID of the import task.

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

        DescribeImportTaskBatchesResponse.Builder importBatches​(Collection<ImportBatch> importBatches)

        The list of import batches that match the request filters.

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

        DescribeImportTaskBatchesResponse.Builder importBatches​(ImportBatch... importBatches)

        The list of import batches that match the request filters.

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

        DescribeImportTaskBatchesResponse.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.