Class SetUiCustomizationRequest

    • Method Detail

      • userPoolId

        public final String userPoolId()

        The ID of the user pool where you want to apply branding to the classic hosted UI.

        Returns:
        The ID of the user pool where you want to apply branding to the classic hosted UI.
      • clientId

        public final String clientId()

        The ID of the app client that you want to customize. To apply a default style to all app clients not configured with client-level branding, set this parameter value to ALL.

        Returns:
        The ID of the app client that you want to customize. To apply a default style to all app clients not configured with client-level branding, set this parameter value to ALL.
      • css

        public final String css()

        A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages, edit Hosted UI (classic) style, and select the link to CSS template.css.

        Returns:
        A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages, edit Hosted UI (classic) style, and select the link to CSS template.css.
      • imageFile

        public final SdkBytes imageFile()

        The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.

        Returns:
        The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.
      • 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