public static class UpdateReportDefinitionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateReportDefinitionDetails.Builder displayName(String displayName)
Specifies the name of the report definition.
displayName
- the value to setpublic UpdateReportDefinitionDetails.Builder description(String description)
The description of the report definition.
description
- the value to setpublic 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).
columnInfo
- the value to setpublic 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.
columnFilters
- the value to setpublic 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.
columnSortings
- the value to setpublic 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).
summary
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateReportDefinitionDetails build()
public UpdateReportDefinitionDetails.Builder copy(UpdateReportDefinitionDetails model)
Copyright © 2016–2024. All rights reserved.