Interface UICustomizationType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UICustomizationType.Builder,UICustomizationType>, SdkBuilder<UICustomizationType.Builder,UICustomizationType>, SdkPojo
Enclosing class:
UICustomizationType

public static interface UICustomizationType.Builder extends SdkPojo, CopyableBuilder<UICustomizationType.Builder,UICustomizationType>
  • Method Details

    • userPoolId

      UICustomizationType.Builder userPoolId(String userPoolId)

      The user pool ID for the user pool.

      Parameters:
      userPoolId - The user pool ID for the user pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientId

      UICustomizationType.Builder clientId(String clientId)

      The client ID for the client app.

      Parameters:
      clientId - The client ID for the client app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageUrl

      UICustomizationType.Builder imageUrl(String imageUrl)

      The logo image for the UI customization.

      Parameters:
      imageUrl - The logo image for the UI customization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • css

      The CSS values in the UI customization.

      Parameters:
      css - The CSS values in the UI customization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cssVersion

      UICustomizationType.Builder cssVersion(String cssVersion)

      The CSS version number.

      Parameters:
      cssVersion - The CSS version number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      UICustomizationType.Builder lastModifiedDate(Instant lastModifiedDate)

      The date and time, in ISO 8601 format, when the item was modified.

      Parameters:
      lastModifiedDate - The date and time, in ISO 8601 format, when the item was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      UICustomizationType.Builder creationDate(Instant creationDate)

      The date and time, in ISO 8601 format, when the item was created.

      Parameters:
      creationDate - The date and time, in ISO 8601 format, when the item was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.