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