Class CfnDashboardPropsMixin.TableOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TableOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TableOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableOptionsProperty>
A builder for
CfnDashboardPropsMixin.TableOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getCellStyle()cellStyle(IResolvable cellStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getCellStyle()headerStyle(CfnDashboardPropsMixin.TableCellStyleProperty headerStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getHeaderStyle()headerStyle(IResolvable headerStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getHeaderStyle()orientation(String orientation) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getOrientation()rowAlternateColorOptions(CfnDashboardPropsMixin.RowAlternateColorOptionsProperty rowAlternateColorOptions) rowAlternateColorOptions(IResolvable rowAlternateColorOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cellStyle
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder cellStyle(IResolvable cellStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getCellStyle()- Parameters:
cellStyle- The table cell style of table cells.- Returns:
this
-
cellStyle
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder cellStyle(CfnDashboardPropsMixin.TableCellStyleProperty cellStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getCellStyle()- Parameters:
cellStyle- The table cell style of table cells.- Returns:
this
-
headerStyle
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder headerStyle(IResolvable headerStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getHeaderStyle()- Parameters:
headerStyle- The table cell style of a table header.- Returns:
this
-
headerStyle
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder headerStyle(CfnDashboardPropsMixin.TableCellStyleProperty headerStyle) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getHeaderStyle()- Parameters:
headerStyle- The table cell style of a table header.- Returns:
this
-
orientation
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder orientation(String orientation) Sets the value ofCfnDashboardPropsMixin.TableOptionsProperty.getOrientation()- Parameters:
orientation- The orientation (vertical, horizontal) for a table.- Returns:
this
-
rowAlternateColorOptions
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder rowAlternateColorOptions(IResolvable rowAlternateColorOptions) - Parameters:
rowAlternateColorOptions- The row alternate color options (widget status, row alternate colors) for a table.- Returns:
this
-
rowAlternateColorOptions
@Stability(Stable) public CfnDashboardPropsMixin.TableOptionsProperty.Builder rowAlternateColorOptions(CfnDashboardPropsMixin.RowAlternateColorOptionsProperty rowAlternateColorOptions) - Parameters:
rowAlternateColorOptions- The row alternate color options (widget status, row alternate colors) for a table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TableOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TableOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-