Interface EnumerationValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EnumerationValue.Builder,,EnumerationValue> SdkBuilder<EnumerationValue.Builder,,EnumerationValue> SdkPojo
- Enclosing class:
 EnumerationValue
public static interface EnumerationValue.Builder
extends SdkPojo, CopyableBuilder<EnumerationValue.Builder,EnumerationValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionAdditional values related to the slot type value.synonyms(Collection<String> synonyms) Additional values related to the slot type value.The value of the slot type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
value
The value of the slot type.
- Parameters:
 value- The value of the slot type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
synonyms
Additional values related to the slot type value.
- Parameters:
 synonyms- Additional values related to the slot type value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
synonyms
Additional values related to the slot type value.
- Parameters:
 synonyms- Additional values related to the slot type value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -