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