Class CfnLayoutPropsMixin.SectionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutPropsMixin.SectionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayoutPropsMixin.SectionProperty>
- Enclosing interface:
CfnLayoutPropsMixin.SectionProperty
@Stability(Stable)
public static final class CfnLayoutPropsMixin.SectionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayoutPropsMixin.SectionProperty>
A builder for
CfnLayoutPropsMixin.SectionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldGroup(CfnLayoutPropsMixin.FieldGroupProperty fieldGroup) Sets the value ofCfnLayoutPropsMixin.SectionProperty.getFieldGroup()fieldGroup(IResolvable fieldGroup) Sets the value ofCfnLayoutPropsMixin.SectionProperty.getFieldGroup()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldGroup
@Stability(Stable) public CfnLayoutPropsMixin.SectionProperty.Builder fieldGroup(IResolvable fieldGroup) Sets the value ofCfnLayoutPropsMixin.SectionProperty.getFieldGroup()- Parameters:
fieldGroup- Consists of a group of fields and associated properties.- Returns:
this
-
fieldGroup
@Stability(Stable) public CfnLayoutPropsMixin.SectionProperty.Builder fieldGroup(CfnLayoutPropsMixin.FieldGroupProperty fieldGroup) Sets the value ofCfnLayoutPropsMixin.SectionProperty.getFieldGroup()- Parameters:
fieldGroup- Consists of a group of fields and associated properties.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLayoutPropsMixin.SectionProperty>- Returns:
- a new instance of
CfnLayoutPropsMixin.SectionProperty - Throws:
NullPointerException- if any required attribute was not provided
-