Class CfnAnalysis.PanelTitleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.PanelTitleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.PanelTitleOptionsProperty>
- Enclosing interface:
CfnAnalysis.PanelTitleOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.PanelTitleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.PanelTitleOptionsProperty>
A builder for
CfnAnalysis.PanelTitleOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.fontConfiguration
(IResolvable fontConfiguration) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getFontConfiguration()
fontConfiguration
(CfnAnalysis.FontConfigurationProperty fontConfiguration) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getFontConfiguration()
horizontalTextAlignment
(String horizontalTextAlignment) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getHorizontalTextAlignment()
visibility
(String visibility) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fontConfiguration
@Stability(Stable) public CfnAnalysis.PanelTitleOptionsProperty.Builder fontConfiguration(IResolvable fontConfiguration) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getFontConfiguration()
- Parameters:
fontConfiguration
-CfnAnalysis.PanelTitleOptionsProperty.FontConfiguration
.- Returns:
this
-
fontConfiguration
@Stability(Stable) public CfnAnalysis.PanelTitleOptionsProperty.Builder fontConfiguration(CfnAnalysis.FontConfigurationProperty fontConfiguration) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getFontConfiguration()
- Parameters:
fontConfiguration
-CfnAnalysis.PanelTitleOptionsProperty.FontConfiguration
.- Returns:
this
-
horizontalTextAlignment
@Stability(Stable) public CfnAnalysis.PanelTitleOptionsProperty.Builder horizontalTextAlignment(String horizontalTextAlignment) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getHorizontalTextAlignment()
- Parameters:
horizontalTextAlignment
- Sets the horizontal text alignment of the title within each panel.- Returns:
this
-
visibility
@Stability(Stable) public CfnAnalysis.PanelTitleOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnAnalysis.PanelTitleOptionsProperty.getVisibility()
- Parameters:
visibility
- Determines whether or not panel titles are displayed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.PanelTitleOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.PanelTitleOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-