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 UrlListSummarybuild()UrlListSummary.Buildercopy(UrlListSummary model)UrlListSummary.Builderdescription(String description)The description of the Url list.UrlListSummary.Buildername(String name)Name of URL ListUrlListSummary.BuilderparentResourceId(String parentResourceId)OCID of the Network Firewall Policy this mapped secret belongs to.UrlListSummary.BuildertotalUrls(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
-
description
public UrlListSummary.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
-
build
public UrlListSummary build()
-
copy
public UrlListSummary.Builder copy(UrlListSummary model)
-
-