Class UrlListSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.UrlListSummary.Builder
-
- Enclosing class:
- UrlListSummary
public static class UrlListSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlListSummary
build()
UrlListSummary.Builder
copy(UrlListSummary model)
UrlListSummary.Builder
name(String name)
Name of URL ListUrlListSummary.Builder
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this mapped secret belongs to.UrlListSummary.Builder
totalUrls(Integer totalUrls)
Total count of URLs in the URL List
-
-
-
Method Detail
-
name
public UrlListSummary.Builder name(String name)
Name of URL List- Parameters:
name
- the value to set- Returns:
- this builder
-
totalUrls
public UrlListSummary.Builder totalUrls(Integer totalUrls)
Total count of URLs in the URL List- Parameters:
totalUrls
- the value to set- Returns:
- this builder
-
parentResourceId
public UrlListSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this mapped secret belongs to.- Parameters:
parentResourceId
- the value to set- Returns:
- this builder
-
build
public UrlListSummary build()
-
copy
public UrlListSummary.Builder copy(UrlListSummary model)
-
-