Class ServiceListSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.ServiceListSummary.Builder
-
- Enclosing class:
- ServiceListSummary
public static class ServiceListSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceListSummary
build()
ServiceListSummary.Builder
copy(ServiceListSummary model)
ServiceListSummary.Builder
name(String name)
Name of the service groups.ServiceListSummary.Builder
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application belongs to.ServiceListSummary.Builder
totalServices(Integer totalServices)
Count of total services in the given service List.
-
-
-
Method Detail
-
name
public ServiceListSummary.Builder name(String name)
Name of the service groups.- Parameters:
name
- the value to set- Returns:
- this builder
-
totalServices
public ServiceListSummary.Builder totalServices(Integer totalServices)
Count of total services in the given service List.- Parameters:
totalServices
- the value to set- Returns:
- this builder
-
parentResourceId
public ServiceListSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application belongs to.- Parameters:
parentResourceId
- the value to set- Returns:
- this builder
-
build
public ServiceListSummary build()
-
copy
public ServiceListSummary.Builder copy(ServiceListSummary model)
-
-