public static interface ListUserPoolClientsResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<ListUserPoolClientsResponse.Builder,ListUserPoolClientsResponse>
Modifier and Type | Method and Description |
---|---|
ListUserPoolClientsResponse.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.
|
ListUserPoolClientsResponse.Builder |
userPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
ListUserPoolClientsResponse.Builder |
userPoolClients(Consumer<UserPoolClientDescription.Builder>... userPoolClients)
The user pool clients in the response that lists user pool clients.
|
ListUserPoolClientsResponse.Builder |
userPoolClients(UserPoolClientDescription... userPoolClients)
The user pool clients in the response that lists user pool clients.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListUserPoolClientsResponse.Builder userPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
userPoolClients
- The user pool clients in the response that lists user pool clients.ListUserPoolClientsResponse.Builder userPoolClients(UserPoolClientDescription... userPoolClients)
The user pool clients in the response that lists user pool clients.
userPoolClients
- The user pool clients in the response that lists user pool clients.ListUserPoolClientsResponse.Builder userPoolClients(Consumer<UserPoolClientDescription.Builder>... userPoolClients)
The user pool clients in the response that lists user pool clients.
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 #userPoolClients(List)
.userPoolClients
- a consumer that will call methods on List.Builder
#userPoolClients(List)
ListUserPoolClientsResponse.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.