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