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