public static interface UnmappedAttribute.Builder extends SdkPojo, CopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>
Modifier and Type | Method and Description |
---|---|
UnmappedAttribute.Builder |
attribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
default UnmappedAttribute.Builder |
attribute(Consumer<Attribute.Builder> attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
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 "PERSONAL_HEALTH_INFORMATION".
|
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 "PERSONAL_HEALTH_INFORMATION".
|
copy
applyMutation, build
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 "PERSONAL_HEALTH_INFORMATION".
type
- The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".EntityType
,
EntityType
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 "PERSONAL_HEALTH_INFORMATION".
type
- The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".EntityType
,
EntityType
UnmappedAttribute.Builder attribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
attribute
- The specific attribute that has been extracted but not mapped to an entity.default UnmappedAttribute.Builder attribute(Consumer<Attribute.Builder> attribute)
The specific attribute that has been extracted but not mapped to an entity.
This is a convenience that creates an instance of theAttribute.Builder
avoiding the need to create
one manually via Attribute.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to attribute(Attribute)
.attribute
- a consumer that will call methods on Attribute.Builder
attribute(Attribute)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.