Class ManagementDashboardTileDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.managementdashboard.model.ManagementDashboardTileDetails.Builder
 
- 
- Enclosing class:
- ManagementDashboardTileDetails
 
 public static class ManagementDashboardTileDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic ManagementDashboardTileDetails.Builder displayName(String displayName) Display name of the saved search.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
savedSearchIdpublic ManagementDashboardTileDetails.Builder savedSearchId(String savedSearchId) ID of the saved search.- Parameters:
- savedSearchId- the value to set
- Returns:
- this builder
 
 - 
rowpublic ManagementDashboardTileDetails.Builder row(Integer row) Tile’s row number.- Parameters:
- row- the value to set
- Returns:
- this builder
 
 - 
columnpublic ManagementDashboardTileDetails.Builder column(Integer column) Tile’s column number.- Parameters:
- column- the value to set
- Returns:
- this builder
 
 - 
heightpublic ManagementDashboardTileDetails.Builder height(Integer height) The number of rows the tile occupies.- Parameters:
- height- the value to set
- Returns:
- this builder
 
 - 
widthpublic ManagementDashboardTileDetails.Builder width(Integer width) The number of columns the tile occupies.- Parameters:
- width- the value to set
- Returns:
- this builder
 
 - 
nlspublic ManagementDashboardTileDetails.Builder nls(Object nls) JSON that contains internationalization options.- Parameters:
- nls- the value to set
- Returns:
- this builder
 
 - 
uiConfigpublic ManagementDashboardTileDetails.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.- Parameters:
- uiConfig- the value to set
- Returns:
- this builder
 
 - 
dataConfigpublic ManagementDashboardTileDetails.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. - Parameters:
- dataConfig- the value to set
- Returns:
- this builder
 
 - 
statepublic ManagementDashboardTileDetails.Builder state(ManagementDashboardTileDetails.State state) Current state of the saved search.- Parameters:
- state- the value to set
- Returns:
- this builder
 
 - 
drilldownConfigpublic ManagementDashboardTileDetails.Builder drilldownConfig(Object drilldownConfig) Drill-down configuration to define the destination of a drill-down action.- Parameters:
- drilldownConfig- the value to set
- Returns:
- this builder
 
 - 
parametersMappublic ManagementDashboardTileDetails.Builder parametersMap(Object parametersMap) Specifies the saved search parameters values- Parameters:
- parametersMap- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ManagementDashboardTileDetails.Builder description(String description) Description of the tile.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
buildpublic ManagementDashboardTileDetails build() 
 - 
copypublic ManagementDashboardTileDetails.Builder copy(ManagementDashboardTileDetails model) 
 
- 
 
-