Class ServiceListSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.ServiceListSummaryCollection.Builder
-
- Enclosing class:
- ServiceListSummaryCollection
public static class ServiceListSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceListSummaryCollection
build()
ServiceListSummaryCollection.Builder
copy(ServiceListSummaryCollection model)
ServiceListSummaryCollection.Builder
items(List<ServiceListSummary> items)
List of service lists.
-
-
-
Method Detail
-
items
public ServiceListSummaryCollection.Builder items(List<ServiceListSummary> items)
List of service lists.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ServiceListSummaryCollection build()
-
copy
public ServiceListSummaryCollection.Builder copy(ServiceListSummaryCollection model)
-
-