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