Interface ListUserImportJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<ListUserImportJobsRequest.Builder,,ListUserImportJobsRequest> SdkBuilder<ListUserImportJobsRequest.Builder,,ListUserImportJobsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListUserImportJobsRequest
@Mutable
@NotThreadSafe
public static interface ListUserImportJobsRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of import jobs that you want Amazon Cognito to return in the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) paginationToken(String paginationToken) This API operation returns a limited number of results.userPoolId(String userPoolId) The ID of the user pool where you want to list import jobs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userPoolId
The ID of the user pool where you want to list import jobs.
- Parameters:
userPoolId- The ID of the user pool where you want to list import jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of import jobs that you want Amazon Cognito to return in the response.
- Parameters:
maxResults- The maximum number of import jobs that you want Amazon Cognito to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
-