Class TenancyAttachmentCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourceanalytics.model.TenancyAttachmentCollection.Builder
 
- 
- Enclosing class:
- TenancyAttachmentCollection
 
 public static class TenancyAttachmentCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TenancyAttachmentCollectionbuild()TenancyAttachmentCollection.Buildercopy(TenancyAttachmentCollection model)TenancyAttachmentCollection.Builderitems(List<TenancyAttachmentSummary> items)List of TenancyAttachments.
 
- 
- 
- 
Method Detail- 
itemspublic TenancyAttachmentCollection.Builder items(List<TenancyAttachmentSummary> items) List of TenancyAttachments.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic TenancyAttachmentCollection build() 
 - 
copypublic TenancyAttachmentCollection.Builder copy(TenancyAttachmentCollection model) 
 
- 
 
-