public static interface ListUserPoolsResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
Modifier and Type | Method and Description |
---|---|
ListUserPoolsResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListUserPoolsResponse.Builder |
userPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
ListUserPoolsResponse.Builder |
userPools(Consumer<UserPoolDescriptionType.Builder>... userPools)
The user pools from the response to list users.
|
ListUserPoolsResponse.Builder |
userPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListUserPoolsResponse.Builder userPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
userPools
- The user pools from the response to list users.ListUserPoolsResponse.Builder userPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
userPools
- The user pools from the response to list users.ListUserPoolsResponse.Builder userPools(Consumer<UserPoolDescriptionType.Builder>... userPools)
The user pools from the response to list users.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #userPools(List)
.userPools
- a consumer that will call methods on List.Builder
#userPools(List)
ListUserPoolsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.