Class V1Dashboard.Builder
- java.lang.Object
- 
- com.oracle.bmc.dashboardservice.model.V1Dashboard.Builder
 
- 
- Enclosing class:
- V1Dashboard
 
 public static class V1Dashboard.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description V1Dashboardbuild()V1Dashboard.BuildercompartmentId(String compartmentId)V1Dashboard.Builderconfig(Object config)The dashboard configuration.V1Dashboard.Buildercopy(V1Dashboard model)V1Dashboard.BuilderdashboardGroupId(String dashboardGroupId)V1Dashboard.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)V1Dashboard.Builderdescription(String description)V1Dashboard.BuilderdisplayName(String displayName)V1Dashboard.BuilderfreeformTags(Map<String,String> freeformTags)V1Dashboard.Builderid(String id)V1Dashboard.BuilderlifecycleState(Dashboard.LifecycleState lifecycleState)V1Dashboard.BuildersystemTags(Map<String,Map<String,Object>> systemTags)V1Dashboard.BuildertimeCreated(Date timeCreated)V1Dashboard.BuildertimeUpdated(Date timeUpdated)V1Dashboard.Builderwidgets(List<Object> widgets)The visualization building blocks of the dashboard.
 
- 
- 
- 
Method Detail- 
idpublic V1Dashboard.Builder id(String id) 
 - 
dashboardGroupIdpublic V1Dashboard.Builder dashboardGroupId(String dashboardGroupId) 
 - 
displayNamepublic V1Dashboard.Builder displayName(String displayName) 
 - 
descriptionpublic V1Dashboard.Builder description(String description) 
 - 
compartmentIdpublic V1Dashboard.Builder compartmentId(String compartmentId) 
 - 
timeCreatedpublic V1Dashboard.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic V1Dashboard.Builder timeUpdated(Date timeUpdated) 
 - 
lifecycleStatepublic V1Dashboard.Builder lifecycleState(Dashboard.LifecycleState lifecycleState) 
 - 
freeformTagspublic V1Dashboard.Builder freeformTags(Map<String,String> freeformTags) 
 - 
configpublic V1Dashboard.Builder config(Object config) The dashboard configuration.For example, the layout and widget placement. - Parameters:
- config- the value to set
- Returns:
- this builder
 
 - 
widgetspublic V1Dashboard.Builder widgets(List<Object> widgets) The visualization building blocks of the dashboard.- Parameters:
- widgets- the value to set
- Returns:
- this builder
 
 - 
buildpublic V1Dashboard build() 
 - 
copypublic V1Dashboard.Builder copy(V1Dashboard model) 
 
- 
 
-