public static interface UpdateCognitoUserPoolConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateCognitoUserPoolConfiguration.Builder,UpdateCognitoUserPoolConfiguration>
| Modifier and Type | Method and Description |
|---|---|
UpdateCognitoUserPoolConfiguration.Builder |
clientIds(Collection<String> clientIds)
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
|
UpdateCognitoUserPoolConfiguration.Builder |
clientIds(String... clientIds)
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
|
UpdateCognitoUserPoolConfiguration.Builder |
userPoolArn(String userPoolArn)
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool associated with this identity source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCognitoUserPoolConfiguration.Builder userPoolArn(String userPoolArn)
The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.
userPoolArn - The Amazon
Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.UpdateCognitoUserPoolConfiguration.Builder clientIds(Collection<String> clientIds)
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
clientIds - The client ID of an app client that is configured for the specified Amazon Cognito user pool.UpdateCognitoUserPoolConfiguration.Builder clientIds(String... clientIds)
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
clientIds - The client ID of an app client that is configured for the specified Amazon Cognito user pool.Copyright © 2023. All rights reserved.