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