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