Class CfnDashboard.TableBorderOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableBorderOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableBorderOptionsProperty>
- Enclosing interface:
CfnDashboard.TableBorderOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.TableBorderOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableBorderOptionsProperty>
A builder for
CfnDashboard.TableBorderOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.TableBorderOptionsProperty.getColor()Sets the value ofCfnDashboard.TableBorderOptionsProperty.getStyle()Sets the value ofCfnDashboard.TableBorderOptionsProperty.getThickness()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
color
Sets the value ofCfnDashboard.TableBorderOptionsProperty.getColor()- Parameters:
color- The color of a table border.- Returns:
this
-
style
Sets the value ofCfnDashboard.TableBorderOptionsProperty.getStyle()- Parameters:
style- The style (none, solid) of a table border.- Returns:
this
-
thickness
@Stability(Stable) public CfnDashboard.TableBorderOptionsProperty.Builder thickness(Number thickness) Sets the value ofCfnDashboard.TableBorderOptionsProperty.getThickness()- Parameters:
thickness- The thickness of a table border.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableBorderOptionsProperty>- Returns:
- a new instance of
CfnDashboard.TableBorderOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-