Interface CfnDashboard.TableSideBorderOptionsProperty

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

@Stability(Stable) public static interface CfnDashboard.TableSideBorderOptionsProperty extends software.amazon.jsii.JsiiSerializable
The side border options for a table.

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.*;
 TableSideBorderOptionsProperty tableSideBorderOptionsProperty = TableSideBorderOptionsProperty.builder()
         .bottom(TableBorderOptionsProperty.builder()
                 .color("color")
                 .style("style")
                 .thickness(123)
                 .build())
         .innerHorizontal(TableBorderOptionsProperty.builder()
                 .color("color")
                 .style("style")
                 .thickness(123)
                 .build())
         .innerVertical(TableBorderOptionsProperty.builder()
                 .color("color")
                 .style("style")
                 .thickness(123)
                 .build())
         .left(TableBorderOptionsProperty.builder()
                 .color("color")
                 .style("style")
                 .thickness(123)
                 .build())
         .right(TableBorderOptionsProperty.builder()
                 .color("color")
                 .style("style")
                 .thickness(123)
                 .build())
         .top(TableBorderOptionsProperty.builder()
                 .color("color")
                 .style("style")
                 .thickness(123)
                 .build())
         .build();
 
  • Method Details

    • getBottom

      @Stability(Stable) @Nullable default Object getBottom()
      The table border options of the bottom border.
    • getInnerHorizontal

      @Stability(Stable) @Nullable default Object getInnerHorizontal()
      The table border options of the inner horizontal border.
    • getInnerVertical

      @Stability(Stable) @Nullable default Object getInnerVertical()
      The table border options of the inner vertical border.
    • getLeft

      @Stability(Stable) @Nullable default Object getLeft()
      The table border options of the left border.
    • getRight

      @Stability(Stable) @Nullable default Object getRight()
      The table border options of the right border.
    • getTop

      @Stability(Stable) @Nullable default Object getTop()
      The table border options of the top border.
    • builder

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