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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAttachmentCollectionbuild()ServiceAttachmentCollection.Buildercopy(ServiceAttachmentCollection model)ServiceAttachmentCollection.Builderitems(List<ServiceAttachmentSummary> items)A page of FusionEnvironmentFamilySummary objects.
 
- 
- 
- 
Method Detail- 
itemspublic ServiceAttachmentCollection.Builder items(List<ServiceAttachmentSummary> items) A page of FusionEnvironmentFamilySummary objects.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ServiceAttachmentCollection build() 
 - 
copypublic ServiceAttachmentCollection.Builder copy(ServiceAttachmentCollection model) 
 
- 
 
-