Class CustomerInstanceReportRecordCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.CustomerInstanceReportRecordCollection.Builder
-
- Enclosing class:
- CustomerInstanceReportRecordCollection
public static class CustomerInstanceReportRecordCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerInstanceReportRecordCollection
build()
CustomerInstanceReportRecordCollection.Builder
copy(CustomerInstanceReportRecordCollection model)
CustomerInstanceReportRecordCollection.Builder
items(List<CustomerInstanceReportRecord> items)
List of customer instance report records.
-
-
-
Method Detail
-
items
public CustomerInstanceReportRecordCollection.Builder items(List<CustomerInstanceReportRecord> items)
List of customer instance report records.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public CustomerInstanceReportRecordCollection build()
-
copy
public CustomerInstanceReportRecordCollection.Builder copy(CustomerInstanceReportRecordCollection model)
-
-