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