Interface ListUserPoolClientsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<ListUserPoolClientsResponse.Builder,
,ListUserPoolClientsResponse> SdkBuilder<ListUserPoolClientsResponse.Builder,
,ListUserPoolClientsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListUserPoolClientsResponse
@Mutable
@NotThreadSafe
public static interface ListUserPoolClientsResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ListUserPoolClientsResponse.Builder,ListUserPoolClientsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier that Amazon Cognito returned with the previous request to this operation.userPoolClients
(Collection<UserPoolClientDescription> userPoolClients) An array of app clients and their details.userPoolClients
(Consumer<UserPoolClientDescription.Builder>... userPoolClients) An array of app clients and their details.userPoolClients
(UserPoolClientDescription... userPoolClients) An array of app clients and their details.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
userPoolClients
ListUserPoolClientsResponse.Builder userPoolClients(Collection<UserPoolClientDescription> userPoolClients) An array of app clients and their details. Includes app client ID and name.
- Parameters:
userPoolClients
- An array of app clients and their details. Includes app client ID and name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolClients
An array of app clients and their details. Includes app client ID and name.
- Parameters:
userPoolClients
- An array of app clients and their details. Includes app client ID and name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolClients
ListUserPoolClientsResponse.Builder userPoolClients(Consumer<UserPoolClientDescription.Builder>... userPoolClients) An array of app clients and their details. Includes app client ID and name.
This is a convenience method that creates an instance of theUserPoolClientDescription.Builder
avoiding the need to create one manually viaUserPoolClientDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserPoolClients(List<UserPoolClientDescription>)
.- Parameters:
userPoolClients
- a consumer that will call methods onUserPoolClientDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
- Parameters:
nextToken
- The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-