Class CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableSideBorderOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.TableSideBorderOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableSideBorderOptionsProperty>
A builder for
CfnTemplatePropsMixin.TableSideBorderOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getBottom()bottom(IResolvable bottom) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getBottom()build()Builds the configured instance.innerHorizontal(CfnTemplatePropsMixin.TableBorderOptionsProperty innerHorizontal) innerHorizontal(IResolvable innerHorizontal) innerVertical(CfnTemplatePropsMixin.TableBorderOptionsProperty innerVertical) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getInnerVertical()innerVertical(IResolvable innerVertical) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getInnerVertical()Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getLeft()left(IResolvable left) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getLeft()Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getRight()right(IResolvable right) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getRight()Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getTop()top(IResolvable top) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getTop()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bottom
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder bottom(IResolvable bottom) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getBottom()- Parameters:
bottom- The table border options of the bottom border.- Returns:
this
-
bottom
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder bottom(CfnTemplatePropsMixin.TableBorderOptionsProperty bottom) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getBottom()- Parameters:
bottom- The table border options of the bottom border.- Returns:
this
-
innerHorizontal
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder innerHorizontal(IResolvable innerHorizontal) - Parameters:
innerHorizontal- The table border options of the inner horizontal border.- Returns:
this
-
innerHorizontal
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder innerHorizontal(CfnTemplatePropsMixin.TableBorderOptionsProperty innerHorizontal) - Parameters:
innerHorizontal- The table border options of the inner horizontal border.- Returns:
this
-
innerVertical
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder innerVertical(IResolvable innerVertical) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getInnerVertical()- Parameters:
innerVertical- The table border options of the inner vertical border.- Returns:
this
-
innerVertical
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder innerVertical(CfnTemplatePropsMixin.TableBorderOptionsProperty innerVertical) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getInnerVertical()- Parameters:
innerVertical- The table border options of the inner vertical border.- Returns:
this
-
left
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder left(IResolvable left) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getLeft()- Parameters:
left- The table border options of the left border.- Returns:
this
-
left
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder left(CfnTemplatePropsMixin.TableBorderOptionsProperty left) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getLeft()- Parameters:
left- The table border options of the left border.- Returns:
this
-
right
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder right(IResolvable right) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getRight()- Parameters:
right- The table border options of the right border.- Returns:
this
-
right
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder right(CfnTemplatePropsMixin.TableBorderOptionsProperty right) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getRight()- Parameters:
right- The table border options of the right border.- Returns:
this
-
top
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder top(IResolvable top) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getTop()- Parameters:
top- The table border options of the top border.- Returns:
this
-
top
@Stability(Stable) public CfnTemplatePropsMixin.TableSideBorderOptionsProperty.Builder top(CfnTemplatePropsMixin.TableBorderOptionsProperty top) Sets the value ofCfnTemplatePropsMixin.TableSideBorderOptionsProperty.getTop()- Parameters:
top- The table border options of the top border.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.TableSideBorderOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.TableSideBorderOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-