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