public static interface ListUserPoolsResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUserPoolsResponse.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 method that creates an instance of theUserPoolDescriptionType.Builder
avoiding the need to create one manually via
UserPoolDescriptionType.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #userPools(List.
userPools - a consumer that will call methods on
UserPoolDescriptionType.Builder#userPools(java.util.Collection) 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 © 2022. All rights reserved.