Interface GetBatchImportJobsResponse.Builder

    • Method Detail

      • batchImports

        GetBatchImportJobsResponse.Builder batchImports​(Collection<BatchImport> batchImports)

        An array containing the details of each batch import job.

        Parameters:
        batchImports - An array containing the details of each batch import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchImports

        GetBatchImportJobsResponse.Builder batchImports​(BatchImport... batchImports)

        An array containing the details of each batch import job.

        Parameters:
        batchImports - An array containing the details of each batch import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetBatchImportJobsResponse.Builder nextToken​(String nextToken)

        The next token for the subsequent resquest.

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