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