public static class ServiceList.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceList |
build() |
ServiceList.Builder |
copy(ServiceList model) |
ServiceList.Builder |
name(String name)
Name of the service Group.
|
ServiceList.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this serviceList belongs to.
|
ServiceList.Builder |
services(List<String> services)
List of services in the group.
|
ServiceList.Builder |
totalServices(Integer totalServices)
Count of total services in the given service List.
|
public ServiceList.Builder name(String name)
Name of the service Group.
name
- the value to setpublic ServiceList.Builder services(List<String> services)
List of services in the group.
services
- the value to setpublic ServiceList.Builder totalServices(Integer totalServices)
Count of total services in the given service List.
totalServices
- the value to setpublic ServiceList.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this serviceList belongs to.
parentResourceId
- the value to setpublic ServiceList build()
public ServiceList.Builder copy(ServiceList model)
Copyright © 2016–2024. All rights reserved.