CopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
, SdkBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
public static interface ListUserImportJobsRequest.Builder extends CopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListUserImportJobsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of import jobs you want the request to return.
|
ListUserImportJobsRequest.Builder |
paginationToken(String paginationToken) |
An identifier that was returned from the previous call to
ListUserImportJobs , which can be used
to return the next set of import jobs in the list. |
ListUserImportJobsRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool that the users are being imported into.
|
copy
apply, build
ListUserImportJobsRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
userPoolId
- The user pool ID for the user pool that the users are being imported into.ListUserImportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
maxResults
- The maximum number of import jobs you want the request to return.ListUserImportJobsRequest.Builder paginationToken(String paginationToken)
An identifier that was returned from the previous call to ListUserImportJobs
, which can be used
to return the next set of import jobs in the list.
paginationToken
- An identifier that was returned from the previous call to ListUserImportJobs
, which can
be used to return the next set of import jobs in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.