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