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