Interface CfnDashboard.GaugeChartOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.GaugeChartOptionsProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.GaugeChartOptionsProperty extends software.amazon.jsii.JsiiSerializable
The options that determine the presentation of the GaugeChartVisual .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 GaugeChartOptionsProperty gaugeChartOptionsProperty = GaugeChartOptionsProperty.builder()
         .arc(ArcConfigurationProperty.builder()
                 .arcAngle(123)
                 .arcThickness("arcThickness")
                 .build())
         .arcAxis(ArcAxisConfigurationProperty.builder()
                 .range(ArcAxisDisplayRangeProperty.builder()
                         .max(123)
                         .min(123)
                         .build())
                 .reserveRange(123)
                 .build())
         .comparison(ComparisonConfigurationProperty.builder()
                 .comparisonFormat(ComparisonFormatConfigurationProperty.builder()
                         .numberDisplayFormatConfiguration(NumberDisplayFormatConfigurationProperty.builder()
                                 .decimalPlacesConfiguration(DecimalPlacesConfigurationProperty.builder()
                                         .decimalPlaces(123)
                                         .build())
                                 .negativeValueConfiguration(NegativeValueConfigurationProperty.builder()
                                         .displayMode("displayMode")
                                         .build())
                                 .nullValueFormatConfiguration(NullValueFormatConfigurationProperty.builder()
                                         .nullString("nullString")
                                         .build())
                                 .numberScale("numberScale")
                                 .prefix("prefix")
                                 .separatorConfiguration(NumericSeparatorConfigurationProperty.builder()
                                         .decimalSeparator("decimalSeparator")
                                         .thousandsSeparator(ThousandSeparatorOptionsProperty.builder()
                                                 .symbol("symbol")
                                                 .visibility("visibility")
                                                 .build())
                                         .build())
                                 .suffix("suffix")
                                 .build())
                         .percentageDisplayFormatConfiguration(PercentageDisplayFormatConfigurationProperty.builder()
                                 .decimalPlacesConfiguration(DecimalPlacesConfigurationProperty.builder()
                                         .decimalPlaces(123)
                                         .build())
                                 .negativeValueConfiguration(NegativeValueConfigurationProperty.builder()
                                         .displayMode("displayMode")
                                         .build())
                                 .nullValueFormatConfiguration(NullValueFormatConfigurationProperty.builder()
                                         .nullString("nullString")
                                         .build())
                                 .prefix("prefix")
                                 .separatorConfiguration(NumericSeparatorConfigurationProperty.builder()
                                         .decimalSeparator("decimalSeparator")
                                         .thousandsSeparator(ThousandSeparatorOptionsProperty.builder()
                                                 .symbol("symbol")
                                                 .visibility("visibility")
                                                 .build())
                                         .build())
                                 .suffix("suffix")
                                 .build())
                         .build())
                 .comparisonMethod("comparisonMethod")
                 .build())
         .primaryValueDisplayType("primaryValueDisplayType")
         .primaryValueFontConfiguration(FontConfigurationProperty.builder()
                 .fontColor("fontColor")
                 .fontDecoration("fontDecoration")
                 .fontSize(FontSizeProperty.builder()
                         .relative("relative")
                         .build())
                 .fontStyle("fontStyle")
                 .fontWeight(FontWeightProperty.builder()
                         .name("name")
                         .build())
                 .build())
         .build();
 
  • Method Details

    • getArc

      @Stability(Stable) @Nullable default Object getArc()
      The arc configuration of a GaugeChartVisual .
    • getArcAxis

      @Stability(Stable) @Nullable default Object getArcAxis()
      The arc axis configuration of a GaugeChartVisual .
    • getComparison

      @Stability(Stable) @Nullable default Object getComparison()
      The comparison configuration of a GaugeChartVisual .
    • getPrimaryValueDisplayType

      @Stability(Stable) @Nullable default String getPrimaryValueDisplayType()
      The options that determine the primary value display type.
    • getPrimaryValueFontConfiguration

      @Stability(Stable) @Nullable default Object getPrimaryValueFontConfiguration()
      The options that determine the primary value font configuration.
    • builder

      @Stability(Stable) static CfnDashboard.GaugeChartOptionsProperty.Builder builder()
      Returns:
      a CfnDashboard.GaugeChartOptionsProperty.Builder of CfnDashboard.GaugeChartOptionsProperty