Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UrlList |
build() |
UrlList.Builder |
copy(UrlList model) |
UrlList.Builder |
name(String name)
Unique name identifier for the URL list.
|
UrlList.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this URL List belongs to.
|
UrlList.Builder |
totalUrls(Integer totalUrls)
Total count of URLs in the URL List
|
UrlList.Builder |
urls(List<UrlPattern> urls)
List of urls.
|
public UrlList.Builder name(String name)
Unique name identifier for the URL list.
name
- the value to setpublic UrlList.Builder urls(List<UrlPattern> urls)
List of urls.
urls
- the value to setpublic UrlList.Builder totalUrls(Integer totalUrls)
Total count of URLs in the URL List
totalUrls
- the value to setpublic UrlList.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this URL List belongs to.
parentResourceId
- the value to setpublic UrlList build()
public UrlList.Builder copy(UrlList model)
Copyright © 2016–2024. All rights reserved.