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