| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
NamedEntityDefinition |
NamedEntityDefinition.clone() |
NamedEntityDefinition |
NamedEntityDefinition.withFieldName(String fieldName)
The name of the entity.
|
NamedEntityDefinition |
NamedEntityDefinition.withMetric(NamedEntityDefinitionMetric metric)
The definition of a metric.
|
NamedEntityDefinition |
NamedEntityDefinition.withPropertyName(String propertyName)
The property name to be used for the named entity.
|
NamedEntityDefinition |
NamedEntityDefinition.withPropertyRole(PropertyRole propertyRole)
The property role.
|
NamedEntityDefinition |
NamedEntityDefinition.withPropertyRole(String propertyRole)
The property role.
|
NamedEntityDefinition |
NamedEntityDefinition.withPropertyUsage(PropertyUsage propertyUsage)
The property usage.
|
NamedEntityDefinition |
NamedEntityDefinition.withPropertyUsage(String propertyUsage)
The property usage.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedEntityDefinition> |
TopicNamedEntity.getDefinition()
The definition of a named entity.
|
| Modifier and Type | Method and Description |
|---|---|
TopicNamedEntity |
TopicNamedEntity.withDefinition(NamedEntityDefinition... definition)
The definition of a named entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicNamedEntity.setDefinition(Collection<NamedEntityDefinition> definition)
The definition of a named entity.
|
TopicNamedEntity |
TopicNamedEntity.withDefinition(Collection<NamedEntityDefinition> definition)
The definition of a named entity.
|
Copyright © 2023. All rights reserved.