Interface CreateUserPoolDomainResponse.Builder

    • Method Detail

      • managedLoginVersion

        CreateUserPoolDomainResponse.Builder managedLoginVersion​(Integer managedLoginVersion)

        The version of managed login branding applied your domain. A value of 1 indicates hosted UI (classic) and a version of 2 indicates managed login.

        Parameters:
        managedLoginVersion - The version of managed login branding applied your domain. A value of 1 indicates hosted UI (classic) and a version of 2 indicates managed login.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudFrontDomain

        CreateUserPoolDomainResponse.Builder cloudFrontDomain​(String cloudFrontDomain)

        The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. Your domain-name authority must have an alias record that points requests for your custom domain to this FQDN. Amazon Cognito returns this value if you set a custom domain with CustomDomainConfig. If you set an Amazon Cognito prefix domain, this parameter returns null.

        Parameters:
        cloudFrontDomain - The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. Your domain-name authority must have an alias record that points requests for your custom domain to this FQDN. Amazon Cognito returns this value if you set a custom domain with CustomDomainConfig. If you set an Amazon Cognito prefix domain, this parameter returns null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.