public static interface ListUserImportJobsRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListUserImportJobsRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
build
requestOverrideConfig, requestOverrideConfig
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.ListUserImportJobsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.