Interface UiTemplateInfo.Builder

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

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

    • url

      The URL for the user interface template.

      Parameters:
      url - The URL for the user interface template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentSha256

      UiTemplateInfo.Builder contentSha256(String contentSha256)

      The SHA-256 digest of the contents of the template.

      Parameters:
      contentSha256 - The SHA-256 digest of the contents of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.