| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
UnmappedAttribute.Builder |
UnmappedAttribute.Builder.attribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
default UnmappedAttribute.Builder |
UnmappedAttribute.Builder.attribute(Consumer<Attribute.Builder> attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
static UnmappedAttribute.Builder |
UnmappedAttribute.builder() |
UnmappedAttribute.Builder |
UnmappedAttribute.toBuilder() |
UnmappedAttribute.Builder |
UnmappedAttribute.Builder.type(EntityType type)
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
UnmappedAttribute.Builder |
UnmappedAttribute.Builder.type(String type)
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UnmappedAttribute.Builder> |
UnmappedAttribute.serializableBuilderClass() |
Copyright © 2019. All rights reserved.