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