Class UpdateReportDefinitionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.UpdateReportDefinitionDetails.Builder
 
- 
- Enclosing class:
- UpdateReportDefinitionDetails
 
 public static class UpdateReportDefinitionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateReportDefinitionDetails.Builder displayName(String displayName) Specifies the name of the report definition.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateReportDefinitionDetails.Builder description(String description) The description of the report definition.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
columnInfopublic UpdateReportDefinitionDetails.Builder columnInfo(List<Column> columnInfo) An array of column objects in the order (left to right) displayed in the report.A column object stores all information about a column, including the name displayed on the UI, corresponding field name in the data source, data type of the column, and column visibility (if the column is visible to the user). - Parameters:
- columnInfo- the value to set
- Returns:
- this builder
 
 - 
columnFilterspublic UpdateReportDefinitionDetails.Builder columnFilters(List<ColumnFilter> columnFilters) An array of column filter objects.A column Filter object stores all information about a column filter including field name, an operator, one or more expressions, if the filter is enabled, or if the filter is hidden. - Parameters:
- columnFilters- the value to set
- Returns:
- this builder
 
 - 
columnSortingspublic UpdateReportDefinitionDetails.Builder columnSortings(List<ColumnSorting> columnSortings) An array of column sorting objects.Each column sorting object stores the column name to be sorted and if the sorting is in ascending order; sorting is done by the first column in the array, then by the second column in the array, etc. - Parameters:
- columnSortings- the value to set
- Returns:
- this builder
 
 - 
summarypublic UpdateReportDefinitionDetails.Builder summary(List<Summary> summary) An array of report summary objects in the order (left to right) displayed in the report.A report summary object stores all information about summary of report to be displayed, including the name displayed on UI, the display order, corresponding group by and count of values, summary visibility (if the summary is visible to user). - Parameters:
- summary- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateReportDefinitionDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateReportDefinitionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateReportDefinitionDetails build() 
 - 
copypublic UpdateReportDefinitionDetails.Builder copy(UpdateReportDefinitionDetails model) 
 
- 
 
-