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