Class CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.HeaderFooterSectionConfigurationProperty>
- Enclosing interface:
CfnTemplate.HeaderFooterSectionConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.HeaderFooterSectionConfigurationProperty>
A builder for
CfnTemplate.HeaderFooterSectionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.layout(IResolvable layout) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getLayout()Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getLayout()Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getSectionId()style(IResolvable style) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getStyle()Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
layout
@Stability(Stable) public CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder layout(IResolvable layout) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getLayout()- Parameters:
layout- The layout configuration of the header or footer section. This parameter is required.- Returns:
this
-
layout
@Stability(Stable) public CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder layout(CfnTemplate.SectionLayoutConfigurationProperty layout) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getLayout()- Parameters:
layout- The layout configuration of the header or footer section. This parameter is required.- Returns:
this
-
sectionId
@Stability(Stable) public CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder sectionId(String sectionId) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getSectionId()- Parameters:
sectionId- The unique identifier of the header or footer section. This parameter is required.- Returns:
this
-
style
@Stability(Stable) public CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder style(IResolvable style) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getStyle()- Parameters:
style- The style options of a header or footer section.- Returns:
this
-
style
@Stability(Stable) public CfnTemplate.HeaderFooterSectionConfigurationProperty.Builder style(CfnTemplate.SectionStyleProperty style) Sets the value ofCfnTemplate.HeaderFooterSectionConfigurationProperty.getStyle()- 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<CfnTemplate.HeaderFooterSectionConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.HeaderFooterSectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-