CopyableBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
, SdkBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
public static interface ListUserPoolsResponse.Builder extends CopyableBuilder<ListUserPoolsResponse.Builder,ListUserPoolsResponse>
Modifier and Type | Method | 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(UserPoolDescriptionType... userPools) |
The user pools from the response to list users.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setUserPools(java.util.Collection)
or #withUserPools(java.util.Collection)
if you want to
override the existing values.
userPools
- The user pools from the response to list users.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.