@Value.Immutable
public interface Entity
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
customProperties()
Entity Specific custom properties.
|
String |
description()
Description of the entity.
|
String |
entityIdentifier()
Unique identifier for the entity.
|
boolean |
hasNestedEntities()
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
|
default boolean |
isWritable()
Specifies if the connector entity is writable
|
String |
label()
Label of the entity.
|
String entityIdentifier()
boolean hasNestedEntities()
@Value.Default default boolean isWritable()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.