Class CfnAnalysis.PanelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.PanelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.PanelConfigurationProperty>
- Enclosing interface:
CfnAnalysis.PanelConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.PanelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.PanelConfigurationProperty>
A builder for
CfnAnalysis.PanelConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor
(String backgroundColor) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBackgroundColor()
backgroundVisibility
(String backgroundVisibility) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBackgroundVisibility()
borderColor
(String borderColor) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderColor()
borderStyle
(String borderStyle) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderStyle()
borderThickness
(String borderThickness) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderThickness()
borderVisibility
(String borderVisibility) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderVisibility()
build()
Builds the configured instance.gutterSpacing
(String gutterSpacing) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getGutterSpacing()
gutterVisibility
(String gutterVisibility) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getGutterVisibility()
title
(IResolvable title) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getTitle()
Sets the value ofCfnAnalysis.PanelConfigurationProperty.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backgroundColor
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder backgroundColor(String backgroundColor) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBackgroundColor()
- Parameters:
backgroundColor
- Sets the background color for each panel.- Returns:
this
-
backgroundVisibility
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder backgroundVisibility(String backgroundVisibility) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBackgroundVisibility()
- Parameters:
backgroundVisibility
- Determines whether or not a background for each small multiples panel is rendered.- Returns:
this
-
borderColor
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder borderColor(String borderColor) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderColor()
- Parameters:
borderColor
- Sets the line color of panel borders.- Returns:
this
-
borderStyle
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder borderStyle(String borderStyle) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderStyle()
- Parameters:
borderStyle
- Sets the line style of panel borders.- Returns:
this
-
borderThickness
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder borderThickness(String borderThickness) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderThickness()
- Parameters:
borderThickness
- Sets the line thickness of panel borders.- Returns:
this
-
borderVisibility
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder borderVisibility(String borderVisibility) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getBorderVisibility()
- Parameters:
borderVisibility
- Determines whether or not each panel displays a border.- Returns:
this
-
gutterSpacing
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder gutterSpacing(String gutterSpacing) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getGutterSpacing()
- Parameters:
gutterSpacing
- Sets the total amount of negative space to display between sibling panels.- Returns:
this
-
gutterVisibility
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder gutterVisibility(String gutterVisibility) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getGutterVisibility()
- Parameters:
gutterVisibility
- Determines whether or not negative space between sibling panels is rendered.- Returns:
this
-
title
Sets the value ofCfnAnalysis.PanelConfigurationProperty.getTitle()
- Parameters:
title
- Configures the title display within each small multiples panel.- Returns:
this
-
title
@Stability(Stable) public CfnAnalysis.PanelConfigurationProperty.Builder title(CfnAnalysis.PanelTitleOptionsProperty title) Sets the value ofCfnAnalysis.PanelConfigurationProperty.getTitle()
- Parameters:
title
- Configures the title display within each small multiples panel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.PanelConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.PanelConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-