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 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

      EnumerationValue.Builder synonyms(String... 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.