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