Class CfnFieldPropsMixin.TextAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnFieldPropsMixin.TextAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFieldPropsMixin.TextAttributesProperty>
- Enclosing interface:
CfnFieldPropsMixin.TextAttributesProperty
@Stability(Stable)
public static final class CfnFieldPropsMixin.TextAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFieldPropsMixin.TextAttributesProperty>
A builder for
CfnFieldPropsMixin.TextAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.isMultiline(Boolean isMultiline) Sets the value ofCfnFieldPropsMixin.TextAttributesProperty.getIsMultiline()isMultiline(IResolvable isMultiline) Sets the value ofCfnFieldPropsMixin.TextAttributesProperty.getIsMultiline()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
isMultiline
@Stability(Stable) public CfnFieldPropsMixin.TextAttributesProperty.Builder isMultiline(Boolean isMultiline) Sets the value ofCfnFieldPropsMixin.TextAttributesProperty.getIsMultiline()- Parameters:
isMultiline- Attribute that defines rendering component and validation.- Returns:
this
-
isMultiline
@Stability(Stable) public CfnFieldPropsMixin.TextAttributesProperty.Builder isMultiline(IResolvable isMultiline) Sets the value ofCfnFieldPropsMixin.TextAttributesProperty.getIsMultiline()- Parameters:
isMultiline- Attribute that defines rendering component and validation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFieldPropsMixin.TextAttributesProperty>- Returns:
- a new instance of
CfnFieldPropsMixin.TextAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-