Class CfnLayoutPropsMixin.FieldGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutPropsMixin.FieldGroupProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayoutPropsMixin.FieldGroupProperty>
- Enclosing interface:
CfnLayoutPropsMixin.FieldGroupProperty
@Stability(Stable)
public static final class CfnLayoutPropsMixin.FieldGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayoutPropsMixin.FieldGroupProperty>
A builder for
CfnLayoutPropsMixin.FieldGroupProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLayoutPropsMixin.FieldGroupProperty.getFields()fields(IResolvable fields) Sets the value ofCfnLayoutPropsMixin.FieldGroupProperty.getFields()Sets the value ofCfnLayoutPropsMixin.FieldGroupProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fields
Sets the value ofCfnLayoutPropsMixin.FieldGroupProperty.getFields()- Parameters:
fields- Represents an ordered list containing field related information.- Returns:
this
-
fields
@Stability(Stable) public CfnLayoutPropsMixin.FieldGroupProperty.Builder fields(List<? extends Object> fields) Sets the value ofCfnLayoutPropsMixin.FieldGroupProperty.getFields()- Parameters:
fields- Represents an ordered list containing field related information.- Returns:
this
-
name
Sets the value ofCfnLayoutPropsMixin.FieldGroupProperty.getName()- Parameters:
name- Name of the field group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLayoutPropsMixin.FieldGroupProperty>- Returns:
- a new instance of
CfnLayoutPropsMixin.FieldGroupProperty - Throws:
NullPointerException- if any required attribute was not provided
-