Interface ListImportJobsRequest.Builder

    • Method Detail

      • importDestinationType

        ListImportJobsRequest.Builder importDestinationType​(String importDestinationType)

        The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

        Parameters:
        importDestinationType - The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportDestinationType, ImportDestinationType
      • importDestinationType

        ListImportJobsRequest.Builder importDestinationType​(ImportDestinationType importDestinationType)

        The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

        Parameters:
        importDestinationType - The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportDestinationType, ImportDestinationType
      • nextToken

        ListImportJobsRequest.Builder nextToken​(String nextToken)

        A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

        Parameters:
        nextToken - A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        ListImportJobsRequest.Builder pageSize​(Integer pageSize)

        Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.

        Parameters:
        pageSize - Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.