Interface CfnTemplate.PanelConfigurationProperty

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

@Stability(Stable) public static interface CfnTemplate.PanelConfigurationProperty extends software.amazon.jsii.JsiiSerializable
A collection of options that configure how each panel displays in a small multiples chart.

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.*;
 PanelConfigurationProperty panelConfigurationProperty = PanelConfigurationProperty.builder()
         .backgroundColor("backgroundColor")
         .backgroundVisibility("backgroundVisibility")
         .borderColor("borderColor")
         .borderStyle("borderStyle")
         .borderThickness("borderThickness")
         .borderVisibility("borderVisibility")
         .gutterSpacing("gutterSpacing")
         .gutterVisibility("gutterVisibility")
         .title(PanelTitleOptionsProperty.builder()
                 .fontConfiguration(FontConfigurationProperty.builder()
                         .fontColor("fontColor")
                         .fontDecoration("fontDecoration")
                         .fontSize(FontSizeProperty.builder()
                                 .relative("relative")
                                 .build())
                         .fontStyle("fontStyle")
                         .fontWeight(FontWeightProperty.builder()
                                 .name("name")
                                 .build())
                         .build())
                 .horizontalTextAlignment("horizontalTextAlignment")
                 .visibility("visibility")
                 .build())
         .build();
 
  • Method Details

    • getBackgroundColor

      @Stability(Stable) @Nullable default String getBackgroundColor()
      Sets the background color for each panel.
    • getBackgroundVisibility

      @Stability(Stable) @Nullable default String getBackgroundVisibility()
      Determines whether or not a background for each small multiples panel is rendered.
    • getBorderColor

      @Stability(Stable) @Nullable default String getBorderColor()
      Sets the line color of panel borders.
    • getBorderStyle

      @Stability(Stable) @Nullable default String getBorderStyle()
      Sets the line style of panel borders.
    • getBorderThickness

      @Stability(Stable) @Nullable default String getBorderThickness()
      Sets the line thickness of panel borders.
    • getBorderVisibility

      @Stability(Stable) @Nullable default String getBorderVisibility()
      Determines whether or not each panel displays a border.
    • getGutterSpacing

      @Stability(Stable) @Nullable default String getGutterSpacing()
      Sets the total amount of negative space to display between sibling panels.
    • getGutterVisibility

      @Stability(Stable) @Nullable default String getGutterVisibility()
      Determines whether or not negative space between sibling panels is rendered.
    • getTitle

      @Stability(Stable) @Nullable default Object getTitle()
      Configures the title display within each small multiples panel.
    • builder

      @Stability(Stable) static CfnTemplate.PanelConfigurationProperty.Builder builder()
      Returns:
      a CfnTemplate.PanelConfigurationProperty.Builder of CfnTemplate.PanelConfigurationProperty