Interface IdentitySourceItemDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdentitySourceItemDetails.Builder,IdentitySourceItemDetails>,SdkBuilder<IdentitySourceItemDetails.Builder,IdentitySourceItemDetails>,SdkPojo
- Enclosing class:
- IdentitySourceItemDetails
public static interface IdentitySourceItemDetails.Builder extends SdkPojo, CopyableBuilder<IdentitySourceItemDetails.Builder,IdentitySourceItemDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IdentitySourceItemDetails.BuilderclientIds(String... clientIds)Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIdsIdentitySourceItemDetails.BuilderclientIds(Collection<String> clientIds)Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIdsIdentitySourceItemDetails.BuilderdiscoveryUrl(String discoveryUrl)Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuerIdentitySourceItemDetails.BuilderopenIdIssuer(String openIdIssuer)Deprecated.This attribute has been replaced by configurationIdentitySourceItemDetails.BuilderopenIdIssuer(OpenIdIssuer openIdIssuer)Deprecated.This attribute has been replaced by configurationIdentitySourceItemDetails.BuilderuserPoolArn(String userPoolArn)Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn-
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, sdkFields
-
-
-
-
Method Detail
-
clientIds
@Deprecated IdentitySourceItemDetails.Builder clientIds(Collection<String> clientIds)
Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIdsThe application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
- Parameters:
clientIds- The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientIds
@Deprecated IdentitySourceItemDetails.Builder clientIds(String... clientIds)
Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIdsThe application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
- Parameters:
clientIds- The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolArn
@Deprecated IdentitySourceItemDetails.Builder userPoolArn(String userPoolArn)
Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArnThe Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
- Parameters:
userPoolArn- The Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discoveryUrl
@Deprecated IdentitySourceItemDetails.Builder discoveryUrl(String discoveryUrl)
Deprecated.This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuerThe 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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openIdIssuer
@Deprecated IdentitySourceItemDetails.Builder openIdIssuer(String openIdIssuer)
Deprecated.This attribute has been replaced by configurationA string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is
cognito.- Parameters:
openIdIssuer- A string that identifies the type of OIDC service represented by this identity source.At this time, the only valid value is
cognito.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpenIdIssuer,OpenIdIssuer
-
openIdIssuer
@Deprecated IdentitySourceItemDetails.Builder openIdIssuer(OpenIdIssuer openIdIssuer)
Deprecated.This attribute has been replaced by configurationA string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is
cognito.- Parameters:
openIdIssuer- A string that identifies the type of OIDC service represented by this identity source.At this time, the only valid value is
cognito.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpenIdIssuer,OpenIdIssuer
-
-