Class CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.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 CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder layout(IResolvable layout) - Parameters:
layout- The layout configuration of the header or footer section.- Returns:
this
-
layout
@Stability(Stable) public CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder layout(CfnTemplatePropsMixin.SectionLayoutConfigurationProperty layout) - Parameters:
layout- The layout configuration of the header or footer section.- Returns:
this
-
sectionId
@Stability(Stable) public CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder sectionId(String sectionId) - Parameters:
sectionId- The unique identifier of the header or footer section.- Returns:
this
-
style
@Stability(Stable) public CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder style(IResolvable style) - Parameters:
style- The style options of a header or footer section.- Returns:
this
-
style
@Stability(Stable) public CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty.Builder style(CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.HeaderFooterSectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-