Interface ListUserImportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>,SdkBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListUserImportJobsRequest
public static interface ListUserImportJobsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUserImportJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of import jobs you want the request to return.ListUserImportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUserImportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUserImportJobsRequest.BuilderpaginationToken(String paginationToken)This API operation returns a limited number of results.ListUserImportJobsRequest.BuilderuserPoolId(String userPoolId)The ID of the user pool that the users are being imported into.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
userPoolId
ListUserImportJobsRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that the users are being imported into.
- Parameters:
userPoolId- The ID of the user pool that the users are being imported into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListUserImportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
- Parameters:
maxResults- The maximum number of import jobs you want the request to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paginationToken
ListUserImportJobsRequest.Builder paginationToken(String paginationToken)
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
- Parameters:
paginationToken- This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. 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.
-
overrideConfiguration
ListUserImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListUserImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-