Interface SetUiCustomizationRequest.Builder

    • Method Detail

      • userPoolId

        SetUiCustomizationRequest.Builder userPoolId​(String userPoolId)

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

        Parameters:
        userPoolId - The ID of the user pool where you want to apply branding to the classic hosted UI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        SetUiCustomizationRequest.Builder clientId​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • css

        SetUiCustomizationRequest.Builder css​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • imageFile

        SetUiCustomizationRequest.Builder imageFile​(SdkBytes imageFile)

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

        Parameters:
        imageFile - The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.