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