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