public static class V1Dashboard.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
V1Dashboard |
build() |
V1Dashboard.Builder |
compartmentId(String compartmentId) |
V1Dashboard.Builder |
config(Object config)
The dashboard configuration.
|
V1Dashboard.Builder |
copy(V1Dashboard model) |
V1Dashboard.Builder |
dashboardGroupId(String dashboardGroupId) |
V1Dashboard.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
V1Dashboard.Builder |
description(String description) |
V1Dashboard.Builder |
displayName(String displayName) |
V1Dashboard.Builder |
freeformTags(Map<String,String> freeformTags) |
V1Dashboard.Builder |
id(String id) |
V1Dashboard.Builder |
lifecycleState(Dashboard.LifecycleState lifecycleState) |
V1Dashboard.Builder |
systemTags(Map<String,Map<String,Object>> systemTags) |
V1Dashboard.Builder |
timeCreated(Date timeCreated) |
V1Dashboard.Builder |
timeUpdated(Date timeUpdated) |
V1Dashboard.Builder |
widgets(List<Object> widgets)
The visualization building blocks of the dashboard.
|
public V1Dashboard.Builder id(String id)
public V1Dashboard.Builder dashboardGroupId(String dashboardGroupId)
public V1Dashboard.Builder displayName(String displayName)
public V1Dashboard.Builder description(String description)
public V1Dashboard.Builder compartmentId(String compartmentId)
public V1Dashboard.Builder timeCreated(Date timeCreated)
public V1Dashboard.Builder timeUpdated(Date timeUpdated)
public V1Dashboard.Builder lifecycleState(Dashboard.LifecycleState lifecycleState)
public V1Dashboard.Builder freeformTags(Map<String,String> freeformTags)
public V1Dashboard.Builder config(Object config)
The dashboard configuration. For example, the layout and widget placement.
config
- the value to setpublic V1Dashboard.Builder widgets(List<Object> widgets)
The visualization building blocks of the dashboard.
widgets
- the value to setpublic V1Dashboard build()
public V1Dashboard.Builder copy(V1Dashboard model)
Copyright © 2016–2024. All rights reserved.