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