Class CfnLayoutPropsMixin.BasicLayoutProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutPropsMixin.BasicLayoutProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayoutPropsMixin.BasicLayoutProperty>
- Enclosing interface:
CfnLayoutPropsMixin.BasicLayoutProperty
@Stability(Stable)
public static final class CfnLayoutPropsMixin.BasicLayoutProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayoutPropsMixin.BasicLayoutProperty>
A builder for
CfnLayoutPropsMixin.BasicLayoutProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getMoreInfo()moreInfo(IResolvable moreInfo) Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getMoreInfo()Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getTopPanel()topPanel(IResolvable topPanel) Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getTopPanel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
moreInfo
@Stability(Stable) public CfnLayoutPropsMixin.BasicLayoutProperty.Builder moreInfo(IResolvable moreInfo) Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getMoreInfo()- Parameters:
moreInfo- This represents sections in a tab of the page layout.- Returns:
this
-
moreInfo
@Stability(Stable) public CfnLayoutPropsMixin.BasicLayoutProperty.Builder moreInfo(CfnLayoutPropsMixin.LayoutSectionsProperty moreInfo) Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getMoreInfo()- Parameters:
moreInfo- This represents sections in a tab of the page layout.- Returns:
this
-
topPanel
@Stability(Stable) public CfnLayoutPropsMixin.BasicLayoutProperty.Builder topPanel(IResolvable topPanel) Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getTopPanel()- Parameters:
topPanel- This represents sections in a panel of the page layout.- Returns:
this
-
topPanel
@Stability(Stable) public CfnLayoutPropsMixin.BasicLayoutProperty.Builder topPanel(CfnLayoutPropsMixin.LayoutSectionsProperty topPanel) Sets the value ofCfnLayoutPropsMixin.BasicLayoutProperty.getTopPanel()- Parameters:
topPanel- This represents sections in a panel of the page layout.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLayoutPropsMixin.BasicLayoutProperty>- Returns:
- a new instance of
CfnLayoutPropsMixin.BasicLayoutProperty - Throws:
NullPointerException- if any required attribute was not provided
-