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