Class UrlList.Builder

  • Enclosing class:
    UrlList

    public static class UrlList.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public UrlList.Builder name​(String name)
        Unique name identifier for the URL list.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • totalUrls

        public UrlList.Builder totalUrls​(Integer totalUrls)
        Total count of URLs in the URL List
        Parameters:
        totalUrls - the value to set
        Returns:
        this builder
      • parentResourceId

        public UrlList.Builder parentResourceId​(String parentResourceId)
        OCID of the Network Firewall Policy this URL List belongs to.
        Parameters:
        parentResourceId - the value to set
        Returns:
        this builder
      • description

        public UrlList.Builder description​(String description)
        The description of the Url list.

        This field can be used to add additional info.

        Parameters:
        description - the value to set
        Returns:
        this builder