Class CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty>
A builder for
CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sideSpecificBorder(CfnAnalysisPropsMixin.TableSideBorderOptionsProperty sideSpecificBorder) sideSpecificBorder(IResolvable sideSpecificBorder) uniformBorder(CfnAnalysisPropsMixin.TableBorderOptionsProperty uniformBorder) uniformBorder(IResolvable uniformBorder)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sideSpecificBorder
@Stability(Stable) public CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder sideSpecificBorder(IResolvable sideSpecificBorder) - Parameters:
sideSpecificBorder- Determines the options for side specific border.- Returns:
this
-
sideSpecificBorder
@Stability(Stable) public CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder sideSpecificBorder(CfnAnalysisPropsMixin.TableSideBorderOptionsProperty sideSpecificBorder) - Parameters:
sideSpecificBorder- Determines the options for side specific border.- Returns:
this
-
uniformBorder
@Stability(Stable) public CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder uniformBorder(IResolvable uniformBorder) - Parameters:
uniformBorder- Determines the options for uniform border.- Returns:
this
-
uniformBorder
@Stability(Stable) public CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty.Builder uniformBorder(CfnAnalysisPropsMixin.TableBorderOptionsProperty uniformBorder) - Parameters:
uniformBorder- Determines the options for uniform border.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.GlobalTableBorderOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-