public static class UpdateManagementDashboardDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateManagementDashboardDetails |
build() |
UpdateManagementDashboardDetails.Builder |
compartmentId(String compartmentId)
OCID of the compartment in which the dashboard resides.
|
UpdateManagementDashboardDetails.Builder |
copy(UpdateManagementDashboardDetails model) |
UpdateManagementDashboardDetails.Builder |
dataConfig(List<Object> dataConfig)
Array of JSON that contain data source options.
|
UpdateManagementDashboardDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateManagementDashboardDetails.Builder |
description(String description)
Description of the dashboard.
|
UpdateManagementDashboardDetails.Builder |
displayName(String displayName)
Display name of the dashboard.
|
UpdateManagementDashboardDetails.Builder |
drilldownConfig(List<Object> drilldownConfig)
Drill-down configuration to define the destination of a drill-down action.
|
UpdateManagementDashboardDetails.Builder |
featuresConfig(Object featuresConfig)
Contains configuration for enabling features.
|
UpdateManagementDashboardDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateManagementDashboardDetails.Builder |
isFavorite(Boolean isFavorite)
Determines whether the dashboard is set as favorite.
|
UpdateManagementDashboardDetails.Builder |
isOobDashboard(Boolean isOobDashboard)
Determines whether the dashboard is an Out-of-the-Box (OOB) dashboard.
|
UpdateManagementDashboardDetails.Builder |
isShowDescription(Boolean isShowDescription)
Determines whether the description of the dashboard is displayed.
|
UpdateManagementDashboardDetails.Builder |
isShowInHome(Boolean isShowInHome)
Determines whether the dashboard will be displayed in Dashboard Home.
|
UpdateManagementDashboardDetails.Builder |
metadataVersion(String metadataVersion)
The version of the metadata defined in the API.
|
UpdateManagementDashboardDetails.Builder |
nls(Object nls)
JSON that contains internationalization options.
|
UpdateManagementDashboardDetails.Builder |
parametersConfig(List<Object> parametersConfig)
Defines parameters for the dashboard.
|
UpdateManagementDashboardDetails.Builder |
providerId(String providerId)
ID of the service (for example, log-analytics) that owns the dashboard.
|
UpdateManagementDashboardDetails.Builder |
providerName(String providerName)
The user friendly name of the service (for example, Logging Analytics) that owns the
dashboard.
|
UpdateManagementDashboardDetails.Builder |
providerVersion(String providerVersion)
The version of the metadata of the provider.
|
UpdateManagementDashboardDetails.Builder |
screenImage(String screenImage)
Screen image of the dashboard.
|
UpdateManagementDashboardDetails.Builder |
tiles(List<ManagementDashboardTileDetails> tiles)
Array of dashboard tiles.
|
UpdateManagementDashboardDetails.Builder |
type(String type)
Type of dashboard.
|
UpdateManagementDashboardDetails.Builder |
uiConfig(Object uiConfig)
JSON that contains user interface options.
|
public UpdateManagementDashboardDetails.Builder providerId(String providerId)
ID of the service (for example, log-analytics) that owns the dashboard. Each service has a unique ID.
providerId
- the value to setpublic UpdateManagementDashboardDetails.Builder providerName(String providerName)
The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.
providerName
- the value to setpublic UpdateManagementDashboardDetails.Builder providerVersion(String providerVersion)
The version of the metadata of the provider. This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
providerVersion
- the value to setpublic UpdateManagementDashboardDetails.Builder tiles(List<ManagementDashboardTileDetails> tiles)
Array of dashboard tiles.
tiles
- the value to setpublic UpdateManagementDashboardDetails.Builder displayName(String displayName)
Display name of the dashboard.
displayName
- the value to setpublic UpdateManagementDashboardDetails.Builder description(String description)
Description of the dashboard.
description
- the value to setpublic UpdateManagementDashboardDetails.Builder compartmentId(String compartmentId)
OCID of the compartment in which the dashboard resides.
compartmentId
- the value to setpublic UpdateManagementDashboardDetails.Builder isOobDashboard(Boolean isOobDashboard)
Determines whether the dashboard is an Out-of-the-Box (OOB) dashboard. Note that OOB dashboards are only provided by Oracle and cannot be modified.
isOobDashboard
- the value to setpublic UpdateManagementDashboardDetails.Builder isShowInHome(Boolean isShowInHome)
Determines whether the dashboard will be displayed in Dashboard Home.
isShowInHome
- the value to setpublic UpdateManagementDashboardDetails.Builder metadataVersion(String metadataVersion)
The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
metadataVersion
- the value to setpublic UpdateManagementDashboardDetails.Builder isShowDescription(Boolean isShowDescription)
Determines whether the description of the dashboard is displayed.
isShowDescription
- the value to setpublic UpdateManagementDashboardDetails.Builder screenImage(String screenImage)
Screen image of the dashboard.
screenImage
- the value to setpublic UpdateManagementDashboardDetails.Builder nls(Object nls)
JSON that contains internationalization options.
nls
- the value to setpublic UpdateManagementDashboardDetails.Builder uiConfig(Object uiConfig)
JSON that contains user interface options.
uiConfig
- the value to setpublic UpdateManagementDashboardDetails.Builder dataConfig(List<Object> dataConfig)
Array of JSON that contain data source options.
dataConfig
- the value to setpublic UpdateManagementDashboardDetails.Builder type(String type)
Type of dashboard. NORMAL denotes a single dashboard and SET denotes a dashboard set.
type
- the value to setpublic UpdateManagementDashboardDetails.Builder isFavorite(Boolean isFavorite)
Determines whether the dashboard is set as favorite.
isFavorite
- the value to setpublic UpdateManagementDashboardDetails.Builder parametersConfig(List<Object> parametersConfig)
Defines parameters for the dashboard.
parametersConfig
- the value to setpublic UpdateManagementDashboardDetails.Builder featuresConfig(Object featuresConfig)
Contains configuration for enabling features.
featuresConfig
- the value to setpublic UpdateManagementDashboardDetails.Builder drilldownConfig(List<Object> drilldownConfig)
Drill-down configuration to define the destination of a drill-down action.
drilldownConfig
- the value to setpublic UpdateManagementDashboardDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateManagementDashboardDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateManagementDashboardDetails build()
public UpdateManagementDashboardDetails.Builder copy(UpdateManagementDashboardDetails model)
Copyright © 2016–2024. All rights reserved.