Interface ListUserImportJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<ListUserImportJobsResponse.Builder,,ListUserImportJobsResponse> SdkBuilder<ListUserImportJobsResponse.Builder,,ListUserImportJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListUserImportJobsResponse
-
Method Summary
Modifier and TypeMethodDescriptionpaginationToken(String paginationToken) The identifier that Amazon Cognito returned with the previous request to this operation.userImportJobs(Collection<UserImportJobType> userImportJobs) An array of user import jobs from the requested user pool.userImportJobs(Consumer<UserImportJobType.Builder>... userImportJobs) An array of user import jobs from the requested user pool.userImportJobs(UserImportJobType... userImportJobs) An array of user import jobs from the requested user pool.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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(Consumer<UserImportJobType.Builder>... 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.
This is a convenience method that creates an instance of theUserImportJobType.Builderavoiding the need to create one manually viaUserImportJobType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserImportJobs(List<UserImportJobType>).- Parameters:
userImportJobs- a consumer that will call methods onUserImportJobType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-