public static interface CognitoUserPoolConfiguration.Builder extends SdkPojo, CopyableBuilder<CognitoUserPoolConfiguration.Builder,CognitoUserPoolConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CognitoUserPoolConfiguration.Builder |
clientIds(Collection<String> clientIds)
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
|
CognitoUserPoolConfiguration.Builder |
clientIds(String... clientIds)
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
|
CognitoUserPoolConfiguration.Builder |
userPoolArn(String userPoolArn)
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCognitoUserPoolConfiguration.Builder userPoolArn(String userPoolArn)
The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
Example:
"UserPoolArn": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5"
userPoolArn - The Amazon
Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be
authorized.
Example:
"UserPoolArn": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5"
CognitoUserPoolConfiguration.Builder clientIds(Collection<String> clientIds)
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: "ClientIds": ["&ExampleCogClientId;"]
clientIds - The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: "ClientIds": ["&ExampleCogClientId;"]
CognitoUserPoolConfiguration.Builder clientIds(String... clientIds)
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: "ClientIds": ["&ExampleCogClientId;"]
clientIds - The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: "ClientIds": ["&ExampleCogClientId;"]
Copyright © 2023. All rights reserved.