Package com.oracle.bmc.fusionapps.model
Class ServiceAttachmentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.fusionapps.model.ServiceAttachmentCollection.Builder
-
- Enclosing class:
- ServiceAttachmentCollection
public static class ServiceAttachmentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAttachmentCollection
build()
ServiceAttachmentCollection.Builder
copy(ServiceAttachmentCollection model)
ServiceAttachmentCollection.Builder
items(List<ServiceAttachmentSummary> items)
A page of FusionEnvironmentFamilySummary objects.
-
-
-
Method Detail
-
items
public ServiceAttachmentCollection.Builder items(List<ServiceAttachmentSummary> items)
A page of FusionEnvironmentFamilySummary objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ServiceAttachmentCollection build()
-
copy
public ServiceAttachmentCollection.Builder copy(ServiceAttachmentCollection model)
-
-