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