Class DashboardPublishOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DashboardPublishOptions.Builder,DashboardPublishOptions>
Dashboard publish options.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AdHocFilteringOptionAd hoc (one-time) filtering option.builder()The drill-down options of data points in a dashboard.final DataPointMenuLabelOptionThe data point menu label options of a dashboard.final DataPointTooltipOptionThe data point tool tip options of a dashboard.final DataQAEnabledOptionAdds Q&A capabilities to an Amazon QuickSight dashboard.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final ExportToCSVOptionExport to .csv option.Determines if hidden fields are exported with a dashboard.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DashboardPublishOptions.Builder> final SheetControlsOptionSheet controls option.The sheet layout maximization options of a dashbaord.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final VisualAxisSortOptionThe axis sort options of a dashboard.final VisualMenuOptionThe menu options of a visual in a dashboard.Deprecated.VisualPublishOptions property will reach its end of standard support in a future release.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
adHocFilteringOption
Ad hoc (one-time) filtering option.
- Returns:
- Ad hoc (one-time) filtering option.
-
exportToCSVOption
Export to .csv option.
- Returns:
- Export to .csv option.
-
sheetControlsOption
Sheet controls option.
- Returns:
- Sheet controls option.
-
visualPublishOptions
Deprecated.VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields.The visual publish options of a visual in a dashboard.
- Returns:
- The visual publish options of a visual in a dashboard.
-
sheetLayoutElementMaximizationOption
The sheet layout maximization options of a dashbaord.
- Returns:
- The sheet layout maximization options of a dashbaord.
-
visualMenuOption
The menu options of a visual in a dashboard.
- Returns:
- The menu options of a visual in a dashboard.
-
visualAxisSortOption
The axis sort options of a dashboard.
- Returns:
- The axis sort options of a dashboard.
-
exportWithHiddenFieldsOption
Determines if hidden fields are exported with a dashboard.
- Returns:
- Determines if hidden fields are exported with a dashboard.
-
dataPointDrillUpDownOption
The drill-down options of data points in a dashboard.
- Returns:
- The drill-down options of data points in a dashboard.
-
dataPointMenuLabelOption
The data point menu label options of a dashboard.
- Returns:
- The data point menu label options of a dashboard.
-
dataPointTooltipOption
The data point tool tip options of a dashboard.
- Returns:
- The data point tool tip options of a dashboard.
-
dataQAEnabledOption
Adds Q&A capabilities to an Amazon QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
- Returns:
- Adds Q&A capabilities to an Amazon QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DashboardPublishOptions.Builder,DashboardPublishOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-