public static class ManagementSavedSearchForImportDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagementSavedSearchForImportDetails |
build() |
ManagementSavedSearchForImportDetails.Builder |
compartmentId(String compartmentId)
OCID of the compartment in which the saved search resides.
|
ManagementSavedSearchForImportDetails.Builder |
copy(ManagementSavedSearchForImportDetails model) |
ManagementSavedSearchForImportDetails.Builder |
dataConfig(List<Object> dataConfig)
It defines how data is fetched.
|
ManagementSavedSearchForImportDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ManagementSavedSearchForImportDetails.Builder |
description(String description)
Description of the saved search.
|
ManagementSavedSearchForImportDetails.Builder |
displayName(String displayName)
Display name of the saved search.
|
ManagementSavedSearchForImportDetails.Builder |
drilldownConfig(List<Object> drilldownConfig)
Drill-down configuration to define the destination of a drill-down action.
|
ManagementSavedSearchForImportDetails.Builder |
featuresConfig(Object featuresConfig)
Contains configuration for enabling features.
|
ManagementSavedSearchForImportDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ManagementSavedSearchForImportDetails.Builder |
id(String id)
ID of the saved search.
|
ManagementSavedSearchForImportDetails.Builder |
isOobSavedSearch(Boolean isOobSavedSearch)
Determines whether the saved search is an Out-of-the-Box (OOB) saved search.
|
ManagementSavedSearchForImportDetails.Builder |
metadataVersion(String metadataVersion)
The version of the metadata defined in the API.
|
ManagementSavedSearchForImportDetails.Builder |
nls(Object nls)
JSON that contains internationalization options.
|
ManagementSavedSearchForImportDetails.Builder |
parametersConfig(List<Object> parametersConfig)
Defines parameters for the saved search.
|
ManagementSavedSearchForImportDetails.Builder |
providerId(String providerId)
ID of the service (for example log-analytics) that owns the saved search.
|
ManagementSavedSearchForImportDetails.Builder |
providerName(String providerName)
The user friendly name of the service (for example, Logging Analytics) that owns the
saved search.
|
ManagementSavedSearchForImportDetails.Builder |
providerVersion(String providerVersion)
The version of the metadata of the provider.
|
ManagementSavedSearchForImportDetails.Builder |
screenImage(String screenImage)
Screen image of the saved search.
|
ManagementSavedSearchForImportDetails.Builder |
type(SavedSearchTypes type)
Determines how the saved search is displayed in a dashboard.
|
ManagementSavedSearchForImportDetails.Builder |
uiConfig(Object uiConfig)
It defines the visualization type of the widget saved search, the UI options of that
visualization type, the binding of data to the visualization.
|
ManagementSavedSearchForImportDetails.Builder |
widgetTemplate(String widgetTemplate)
The UI template that the saved search uses to render itself.
|
ManagementSavedSearchForImportDetails.Builder |
widgetVM(String widgetVM)
The View Model that the saved search uses to render itself.
|
public ManagementSavedSearchForImportDetails.Builder id(String id)
ID of the saved search.
id
- the value to setpublic ManagementSavedSearchForImportDetails.Builder displayName(String displayName)
Display name of the saved search.
displayName
- the value to setpublic ManagementSavedSearchForImportDetails.Builder providerId(String providerId)
ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
providerId
- the value to setpublic ManagementSavedSearchForImportDetails.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 ManagementSavedSearchForImportDetails.Builder providerName(String providerName)
The user friendly name of the service (for example, Logging Analytics) that owns the saved search.
providerName
- the value to setpublic ManagementSavedSearchForImportDetails.Builder compartmentId(String compartmentId)
OCID of the compartment in which the saved search resides.
compartmentId
- the value to setpublic ManagementSavedSearchForImportDetails.Builder isOobSavedSearch(Boolean isOobSavedSearch)
Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
isOobSavedSearch
- the value to setpublic ManagementSavedSearchForImportDetails.Builder description(String description)
Description of the saved search.
description
- the value to setpublic ManagementSavedSearchForImportDetails.Builder nls(Object nls)
JSON that contains internationalization options.
nls
- the value to setpublic ManagementSavedSearchForImportDetails.Builder type(SavedSearchTypes type)
Determines how the saved search is displayed in a dashboard.
type
- the value to setpublic ManagementSavedSearchForImportDetails.Builder uiConfig(Object uiConfig)
It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
uiConfig
- the value to setpublic ManagementSavedSearchForImportDetails.Builder dataConfig(List<Object> dataConfig)
It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
dataConfig
- the value to setpublic ManagementSavedSearchForImportDetails.Builder screenImage(String screenImage)
Screen image of the saved search.
screenImage
- the value to setpublic ManagementSavedSearchForImportDetails.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 ManagementSavedSearchForImportDetails.Builder widgetTemplate(String widgetTemplate)
The UI template that the saved search uses to render itself.
widgetTemplate
- the value to setpublic ManagementSavedSearchForImportDetails.Builder widgetVM(String widgetVM)
The View Model that the saved search uses to render itself.
widgetVM
- the value to setpublic ManagementSavedSearchForImportDetails.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 ManagementSavedSearchForImportDetails.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 ManagementSavedSearchForImportDetails.Builder parametersConfig(List<Object> parametersConfig)
Defines parameters for the saved search.
parametersConfig
- the value to setpublic ManagementSavedSearchForImportDetails.Builder featuresConfig(Object featuresConfig)
Contains configuration for enabling features.
featuresConfig
- the value to setpublic ManagementSavedSearchForImportDetails.Builder drilldownConfig(List<Object> drilldownConfig)
Drill-down configuration to define the destination of a drill-down action.
drilldownConfig
- the value to setpublic ManagementSavedSearchForImportDetails build()
public ManagementSavedSearchForImportDetails.Builder copy(ManagementSavedSearchForImportDetails model)
Copyright © 2016–2024. All rights reserved.