Class CreateUserPoolDomainRequest

    • Method Detail

      • domain

        public final String domain()

        The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

        Returns:
        The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.
      • userPoolId

        public final String userPoolId()

        The user pool ID.

        Returns:
        The user pool ID.
      • customDomainConfig

        public final CustomDomainConfigType customDomainConfig()

        The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

        Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.

        For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.

        Returns:
        The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

        Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.

        For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object