public static class ServiceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceSummary |
build() |
ServiceSummary.Builder |
copy(ServiceSummary model) |
ServiceSummary.Builder |
name(String name)
Name of the service.
|
ServiceSummary.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this Service belongs to.
|
ServiceSummary.Builder |
type(ServiceType type)
Describes the type of Service.
|
public ServiceSummary.Builder type(ServiceType type)
Describes the type of Service.
type
- the value to setpublic ServiceSummary.Builder name(String name)
Name of the service.
name
- the value to setpublic ServiceSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this Service belongs to.
parentResourceId
- the value to setpublic ServiceSummary build()
public ServiceSummary.Builder copy(ServiceSummary model)
Copyright © 2016–2024. All rights reserved.