public static class ManagementDashboardSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagementDashboardSummary |
build() |
ManagementDashboardSummary.Builder |
compartmentId(String compartmentId)
OCID of the compartment in which the dashboard resides.
|
ManagementDashboardSummary.Builder |
copy(ManagementDashboardSummary model) |
ManagementDashboardSummary.Builder |
createdBy(String createdBy)
User who created the dashboard.
|
ManagementDashboardSummary.Builder |
dashboardId(String dashboardId)
ID of the dashboard.
|
ManagementDashboardSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ManagementDashboardSummary.Builder |
description(String description)
Description of the dashboard.
|
ManagementDashboardSummary.Builder |
displayName(String displayName)
Display name of the dashboard.
|
ManagementDashboardSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ManagementDashboardSummary.Builder |
id(String id)
ID of the dashboard.
|
ManagementDashboardSummary.Builder |
isOobDashboard(Boolean isOobDashboard)
Determines whether the dashboard is an Out-of-the-Box (OOB) dashboard.
|
ManagementDashboardSummary.Builder |
lifecycleState(LifecycleStates lifecycleState)
Current lifecycle state of the dashboard.
|
ManagementDashboardSummary.Builder |
metadataVersion(String metadataVersion)
Version of the metadata.
|
ManagementDashboardSummary.Builder |
nls(Object nls)
JSON that contains internationalization options.
|
ManagementDashboardSummary.Builder |
providerId(String providerId)
ID of the service (for example, log-analytics) that owns the dashboard.
|
ManagementDashboardSummary.Builder |
providerName(String providerName)
Name of the service (for example, Logging Analytics) that owns the dashboard.
|
ManagementDashboardSummary.Builder |
providerVersion(String providerVersion)
Version of the service that owns the dashboard.
|
ManagementDashboardSummary.Builder |
screenImage(String screenImage)
Screen image of the dashboard.
|
ManagementDashboardSummary.Builder |
timeCreated(Date timeCreated)
Date and time the dashboard was created.
|
ManagementDashboardSummary.Builder |
timeUpdated(Date timeUpdated)
Date and time the dashboard was updated.
|
ManagementDashboardSummary.Builder |
type(String type)
Type of dashboard.
|
ManagementDashboardSummary.Builder |
updatedBy(String updatedBy)
User who updated the dashboard.
|
public ManagementDashboardSummary.Builder dashboardId(String dashboardId)
ID of the dashboard. Same as id.
dashboardId
- the value to setpublic ManagementDashboardSummary.Builder id(String id)
ID of the dashboard. Same as dashboardId.
id
- the value to setpublic ManagementDashboardSummary.Builder displayName(String displayName)
Display name of the dashboard.
displayName
- the value to setpublic ManagementDashboardSummary.Builder description(String description)
Description of the dashboard.
description
- the value to setpublic ManagementDashboardSummary.Builder compartmentId(String compartmentId)
OCID of the compartment in which the dashboard resides.
compartmentId
- the value to setpublic ManagementDashboardSummary.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 ManagementDashboardSummary.Builder providerName(String providerName)
Name of the service (for example, Logging Analytics) that owns the dashboard.
providerName
- the value to setpublic ManagementDashboardSummary.Builder providerVersion(String providerVersion)
Version of the service that owns the dashboard.
providerVersion
- the value to setpublic ManagementDashboardSummary.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 ManagementDashboardSummary.Builder createdBy(String createdBy)
User who created the dashboard.
createdBy
- the value to setpublic ManagementDashboardSummary.Builder timeCreated(Date timeCreated)
Date and time the dashboard was created.
timeCreated
- the value to setpublic ManagementDashboardSummary.Builder updatedBy(String updatedBy)
User who updated the dashboard.
updatedBy
- the value to setpublic ManagementDashboardSummary.Builder timeUpdated(Date timeUpdated)
Date and time the dashboard was updated.
timeUpdated
- the value to setpublic ManagementDashboardSummary.Builder metadataVersion(String metadataVersion)
Version of the metadata.
metadataVersion
- the value to setpublic ManagementDashboardSummary.Builder screenImage(String screenImage)
Screen image of the dashboard.
screenImage
- the value to setpublic ManagementDashboardSummary.Builder nls(Object nls)
JSON that contains internationalization options.
nls
- the value to setpublic ManagementDashboardSummary.Builder type(String type)
Type of dashboard. NORMAL denotes a single dashboard and SET denotes a dashboard set.
type
- the value to setpublic ManagementDashboardSummary.Builder lifecycleState(LifecycleStates lifecycleState)
Current lifecycle state of the dashboard.
lifecycleState
- the value to setpublic ManagementDashboardSummary.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 ManagementDashboardSummary.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 ManagementDashboardSummary build()
public ManagementDashboardSummary.Builder copy(ManagementDashboardSummary model)
Copyright © 2016–2023. All rights reserved.