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