Class UrlList.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.UrlList.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlListbuild()UrlList.Buildercopy(UrlList model)UrlList.Buildername(String name)Unique name identifier for the URL list.UrlList.BuilderparentResourceId(String parentResourceId)OCID of the Network Firewall Policy this URL List belongs to.UrlList.BuildertotalUrls(Integer totalUrls)Total count of URLs in the URL ListUrlList.Builderurls(List<UrlPattern> urls)List of urls.
-
-
-
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
-
urls
public UrlList.Builder urls(List<UrlPattern> urls)
List of urls.- Parameters:
urls- 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
-
build
public UrlList build()
-
copy
public UrlList.Builder copy(UrlList model)
-
-