Class UpdateUserPoolDomainRequest

    • Method Detail

      • domain

        public final String domain()

        The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One example might be auth.example.com.

        This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.

        Returns:
        The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One example might be auth.example.com.

        This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.

      • userPoolId

        public final String userPoolId()

        The ID of the user pool that is associated with the custom domain whose certificate you're updating.

        Returns:
        The ID of the user pool that is associated with the custom domain whose certificate you're updating.
      • customDomainConfig

        public final CustomDomainConfigType customDomainConfig()

        The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.

        Returns:
        The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
      • 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