Interface CfnLayoutPropsMixin.FieldItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLayoutPropsMixin.FieldItemProperty.Jsii$Proxy
- Enclosing class:
CfnLayoutPropsMixin
@Stability(Stable)
public static interface CfnLayoutPropsMixin.FieldItemProperty
extends software.amazon.jsii.JsiiSerializable
Object for field related information.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cases.*;
FieldItemProperty fieldItemProperty = FieldItemProperty.builder()
.id("id")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLayoutPropsMixin.FieldItemPropertystatic final classAn implementation forCfnLayoutPropsMixin.FieldItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
Unique identifier of a field.- See Also:
-
builder
-