Interface ListUserImportJobsResponse.Builder

    • Method Detail

      • userImportJobs

        ListUserImportJobsResponse.Builder userImportJobs​(Collection<UserImportJobType> userImportJobs)

        An array of user import jobs from the requested user pool. For each, the response includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.

        Parameters:
        userImportJobs - An array of user import jobs from the requested user pool. For each, the response includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userImportJobs

        ListUserImportJobsResponse.Builder userImportJobs​(UserImportJobType... userImportJobs)

        An array of user import jobs from the requested user pool. For each, the response includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.

        Parameters:
        userImportJobs - An array of user import jobs from the requested user pool. For each, the response includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • paginationToken

        ListUserImportJobsResponse.Builder paginationToken​(String paginationToken)

        The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

        Parameters:
        paginationToken - The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.