@Value.Immutable
public interface EntityDefinition
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
customProperties()
Custom properties defined for an Entity.
|
Entity |
entity()
Contains its name, description, label or if it has child properties or not.
|
List<FieldDefinition> |
fields()
List of data models of the fields an Entity has.
|
Entity entity()
List<FieldDefinition> fields()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.