Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.DomainDescriptionType.Builder
Packages that use DomainDescriptionType.Builder
-
Uses of DomainDescriptionType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DomainDescriptionType.BuilderModifier and TypeMethodDescriptionDomainDescriptionType.Builder.awsAccountId(String awsAccountId) The Amazon Web Services account that you created the user pool in.DomainDescriptionType.builder()DomainDescriptionType.Builder.cloudFrontDistribution(String cloudFrontDistribution) The Amazon CloudFront endpoint that hosts your custom domain.default DomainDescriptionType.BuilderDomainDescriptionType.Builder.customDomainConfig(Consumer<CustomDomainConfigType.Builder> customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.DomainDescriptionType.Builder.customDomainConfig(CustomDomainConfigType customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.The domain string.DomainDescriptionType.Builder.managedLoginVersion(Integer managedLoginVersion) The version of managed login branding that you want to apply to your domain.default DomainDescriptionType.BuilderDomainDescriptionType.Builder.routing(Consumer<RoutingType.Builder> routing) The routing configuration for the domain, including failover settings for multi-region deployments.DomainDescriptionType.Builder.routing(RoutingType routing) The routing configuration for the domain, including failover settings for multi-region deployments.The Amazon S3 bucket where the static files for this domain are stored.The domain status.DomainDescriptionType.Builder.status(DomainStatusType status) The domain status.DomainDescriptionType.toBuilder()DomainDescriptionType.Builder.userPoolId(String userPoolId) The ID of the user pool that the domain is attached to.The app version.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DomainDescriptionType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DomainDescriptionType.Builder>DomainDescriptionType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type DomainDescriptionType.BuilderModifier and TypeMethodDescriptionDescribeUserPoolDomainResponse.Builder.domainDescription(Consumer<DomainDescriptionType.Builder> domainDescription) The details of the requested user pool domain.