Interface UpdateUserPoolDomainResponse.Builder

  • Method Details

    • managedLoginVersion

      UpdateUserPoolDomainResponse.Builder managedLoginVersion(Integer managedLoginVersion)

      A version number that indicates the state of managed login for your domain. Version 1 is hosted UI (classic). Version 2 is the newer managed login with the branding editor. For more information, see Managed login.

      Parameters:
      managedLoginVersion - A version number that indicates the state of managed login for your domain. Version 1 is hosted UI (classic). Version 2 is the newer managed login with the branding editor. For more information, see Managed login.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudFrontDomain

      UpdateUserPoolDomainResponse.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. You 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 operation returns a blank response.

      Parameters:
      cloudFrontDomain - The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. You 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 operation returns a blank response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routing

      The updated routing configuration for the user pool domain.

      Parameters:
      routing - The updated routing configuration for the user pool domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routing

      The updated routing configuration for the user pool domain.

      This is a convenience method that creates an instance of the RoutingType.Builder avoiding the need to create one manually via RoutingType.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to routing(RoutingType).

      Parameters:
      routing - a consumer that will call methods on RoutingType.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: