Class CfnLayoutPropsMixin.LayoutContentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutPropsMixin.LayoutContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayoutPropsMixin.LayoutContentProperty>
- Enclosing interface:
CfnLayoutPropsMixin.LayoutContentProperty
@Stability(Stable)
public static final class CfnLayoutPropsMixin.LayoutContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayoutPropsMixin.LayoutContentProperty>
A builder for
CfnLayoutPropsMixin.LayoutContentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnLayoutPropsMixin.LayoutContentProperty.getBasic()basic(IResolvable basic) Sets the value ofCfnLayoutPropsMixin.LayoutContentProperty.getBasic()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
basic
@Stability(Stable) public CfnLayoutPropsMixin.LayoutContentProperty.Builder basic(IResolvable basic) Sets the value ofCfnLayoutPropsMixin.LayoutContentProperty.getBasic()- Parameters:
basic- Content specific toBasicLayouttype. It configures fields in the top panel and More Info tab of agent application.- Returns:
this
-
basic
@Stability(Stable) public CfnLayoutPropsMixin.LayoutContentProperty.Builder basic(CfnLayoutPropsMixin.BasicLayoutProperty basic) Sets the value ofCfnLayoutPropsMixin.LayoutContentProperty.getBasic()- Parameters:
basic- Content specific toBasicLayouttype. It configures fields in the top panel and More Info tab of agent application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLayoutPropsMixin.LayoutContentProperty>- Returns:
- a new instance of
CfnLayoutPropsMixin.LayoutContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-