public static interface EnumerationValue.Builder extends SdkPojo, CopyableBuilder<EnumerationValue.Builder,EnumerationValue>
Modifier and Type | Method and Description |
---|---|
EnumerationValue.Builder |
synonyms(Collection<String> synonyms)
Additional values related to the slot type value.
|
EnumerationValue.Builder |
synonyms(String... synonyms)
Additional values related to the slot type value.
|
EnumerationValue.Builder |
value(String value)
The value of the slot type.
|
copy
applyMutation, build
EnumerationValue.Builder value(String value)
The value of the slot type.
value
- The value of the slot type.EnumerationValue.Builder synonyms(Collection<String> synonyms)
Additional values related to the slot type value.
synonyms
- Additional values related to the slot type value.EnumerationValue.Builder synonyms(String... synonyms)
Additional values related to the slot type value.
synonyms
- Additional values related to the slot type value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.