Class ServiceSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.ServiceSummary.Builder
-
- Enclosing class:
- ServiceSummary
public static class ServiceSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
type
public ServiceSummary.Builder type(ServiceType type)
Describes the type of Service.- Parameters:
type
- the value to set- Returns:
- this builder
-
name
public ServiceSummary.Builder name(String name)
Name of the service.- Parameters:
name
- the value to set- Returns:
- this builder
-
parentResourceId
public ServiceSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this Service belongs to.- Parameters:
parentResourceId
- the value to set- Returns:
- this builder
-
build
public ServiceSummary build()
-
copy
public ServiceSummary.Builder copy(ServiceSummary model)
-
-