Class CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.layout(IResolvable layout) style(IResolvable style)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
layout
@Stability(Stable) public CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder layout(IResolvable layout) - Parameters:
layout- The layout configuration of the header or footer section.- Returns:
this
-
layout
@Stability(Stable) public CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder layout(CfnAnalysisPropsMixin.SectionLayoutConfigurationProperty layout) - Parameters:
layout- The layout configuration of the header or footer section.- Returns:
this
-
sectionId
@Stability(Stable) public CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder sectionId(String sectionId) - Parameters:
sectionId- The unique identifier of the header or footer section.- Returns:
this
-
style
@Stability(Stable) public CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder style(IResolvable style) - Parameters:
style- The style options of a header or footer section.- Returns:
this
-
style
@Stability(Stable) public CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty.Builder style(CfnAnalysisPropsMixin.SectionStyleProperty style) - Parameters:
style- The style options of a header or footer section.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.HeaderFooterSectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-