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

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

    • hyperlinkName

      URL.Builder hyperlinkName(String hyperlinkName)

      The name or word that's used as a hyperlink to the URL.

      Parameters:
      hyperlinkName - The name or word that's used as a hyperlink to the URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • link

      URL.Builder link(String link)

      The unique identifier for the internet resource.

      Parameters:
      link - The unique identifier for the internet resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.