public static interface IdentitySourceDetails.Builder extends SdkPojo, CopyableBuilder<IdentitySourceDetails.Builder,IdentitySourceDetails>
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceDetails.Builder |
clientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails.Builder |
clientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails.Builder |
discoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
IdentitySourceDetails.Builder |
openIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails.Builder |
openIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails.Builder |
userPoolArn(String userPoolArn)
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy
store.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentitySourceDetails.Builder clientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
clientIds - The application client IDs associated with the specified Amazon Cognito user pool that are enabled for
this identity source.IdentitySourceDetails.Builder clientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
clientIds - The application client IDs associated with the specified Amazon Cognito user pool that are enabled for
this identity source.IdentitySourceDetails.Builder userPoolArn(String userPoolArn)
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
userPoolArn - The Amazon
Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this
Verified Permissions policy store.IdentitySourceDetails.Builder discoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
discoveryUrl - The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in
the following format. This URL replaces the placeholders for both the Amazon Web Services Region and
the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
IdentitySourceDetails.Builder openIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito.
openIdIssuer - A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito.
OpenIdIssuer,
OpenIdIssuerIdentitySourceDetails.Builder openIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito.
openIdIssuer - A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito.
OpenIdIssuer,
OpenIdIssuerCopyright © 2023. All rights reserved.