Interface CfnField.FieldAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnField.FieldAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnField
@Stability(Stable)
public static interface CfnField.FieldAttributesProperty
extends software.amazon.jsii.JsiiSerializable
Union of field attributes.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cases.*;
FieldAttributesProperty fieldAttributesProperty = FieldAttributesProperty.builder()
.text(TextAttributesProperty.builder()
.isMultiline(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnField.FieldAttributesPropertystatic final classAn implementation forCfnField.FieldAttributesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getText
Field attributes for Text field type.Returns union: either
IResolvableorCfnField.TextAttributesProperty- See Also:
-
builder
-