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