Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.IdentityProviderType.Builder
-
Packages that use IdentityProviderType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of IdentityProviderType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return IdentityProviderType.Builder Modifier and Type Method Description IdentityProviderType.BuilderIdentityProviderType.Builder. attributeMapping(Map<String,String> attributeMapping)A mapping of IdP attributes to standard and custom user pool attributes.static IdentityProviderType.BuilderIdentityProviderType. builder()IdentityProviderType.BuilderIdentityProviderType.Builder. creationDate(Instant creationDate)The date and time when the item was created.IdentityProviderType.BuilderIdentityProviderType.Builder. idpIdentifiers(String... idpIdentifiers)A list of IdP identifiers.IdentityProviderType.BuilderIdentityProviderType.Builder. idpIdentifiers(Collection<String> idpIdentifiers)A list of IdP identifiers.IdentityProviderType.BuilderIdentityProviderType.Builder. lastModifiedDate(Instant lastModifiedDate)The date and time when the item was modified.IdentityProviderType.BuilderIdentityProviderType.Builder. providerDetails(Map<String,String> providerDetails)The scopes, URLs, and identifiers for your external identity provider.IdentityProviderType.BuilderIdentityProviderType.Builder. providerName(String providerName)A friendly name for the IdP.IdentityProviderType.BuilderIdentityProviderType.Builder. providerType(String providerType)The type of IdP.IdentityProviderType.BuilderIdentityProviderType.Builder. providerType(IdentityProviderTypeType providerType)The type of IdP.IdentityProviderType.BuilderIdentityProviderType. toBuilder()IdentityProviderType.BuilderIdentityProviderType.Builder. userPoolId(String userPoolId)The ID of the user pool associated with the IdP.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type IdentityProviderType.Builder Modifier and Type Method Description static Class<? extends IdentityProviderType.Builder>IdentityProviderType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type IdentityProviderType.Builder Modifier and Type Method Description default CreateIdentityProviderResponse.BuilderCreateIdentityProviderResponse.Builder. identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)The details of the new user pool IdP.default DescribeIdentityProviderResponse.BuilderDescribeIdentityProviderResponse.Builder. identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)The details of the requested IdP.default GetIdentityProviderByIdentifierResponse.BuilderGetIdentityProviderByIdentifierResponse.Builder. identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)The identity provider details.default UpdateIdentityProviderResponse.BuilderUpdateIdentityProviderResponse.Builder. identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)The identity provider details.
-