Uses of Class
software.amazon.awscdk.services.quicksight.CfnTopic.DisplayFormatOptionsProperty.Builder
Packages that use CfnTopic.DisplayFormatOptionsProperty.Builder
-
Uses of CfnTopic.DisplayFormatOptionsProperty.Builder in software.amazon.awscdk.services.quicksight
Methods in software.amazon.awscdk.services.quicksight that return CfnTopic.DisplayFormatOptionsProperty.BuilderModifier and TypeMethodDescriptionCfnTopic.DisplayFormatOptionsProperty.Builder.blankCellFormat
(String blankCellFormat) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getBlankCellFormat()
CfnTopic.DisplayFormatOptionsProperty.builder()
CfnTopic.DisplayFormatOptionsProperty.Builder.currencySymbol
(String currencySymbol) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getCurrencySymbol()
CfnTopic.DisplayFormatOptionsProperty.Builder.dateFormat
(String dateFormat) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getDateFormat()
CfnTopic.DisplayFormatOptionsProperty.Builder.decimalSeparator
(String decimalSeparator) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getDecimalSeparator()
CfnTopic.DisplayFormatOptionsProperty.Builder.fractionDigits
(Number fractionDigits) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getFractionDigits()
CfnTopic.DisplayFormatOptionsProperty.Builder.groupingSeparator
(String groupingSeparator) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getGroupingSeparator()
CfnTopic.DisplayFormatOptionsProperty.Builder.negativeFormat
(IResolvable negativeFormat) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getNegativeFormat()
CfnTopic.DisplayFormatOptionsProperty.Builder.negativeFormat
(CfnTopic.NegativeFormatProperty negativeFormat) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getNegativeFormat()
Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getPrefix()
Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getSuffix()
CfnTopic.DisplayFormatOptionsProperty.Builder.unitScaler
(String unitScaler) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getUnitScaler()
CfnTopic.DisplayFormatOptionsProperty.Builder.useBlankCellFormat
(Boolean useBlankCellFormat) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getUseBlankCellFormat()
CfnTopic.DisplayFormatOptionsProperty.Builder.useBlankCellFormat
(IResolvable useBlankCellFormat) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getUseBlankCellFormat()
CfnTopic.DisplayFormatOptionsProperty.Builder.useGrouping
(Boolean useGrouping) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getUseGrouping()
CfnTopic.DisplayFormatOptionsProperty.Builder.useGrouping
(IResolvable useGrouping) Sets the value ofCfnTopic.DisplayFormatOptionsProperty.getUseGrouping()
Constructors in software.amazon.awscdk.services.quicksight with parameters of type CfnTopic.DisplayFormatOptionsProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopic.DisplayFormatOptionsProperty.Builder
.