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