public static final class EnumTypeOptions.Builder
extends java.lang.Object
EnumTypeOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EnumTypeOptions |
build()
Builds the configured instance.
|
EnumTypeOptions.Builder |
definition(java.util.List<java.lang.String> definition)
Sets the value of
EnumTypeOptions.getDefinition() |
public EnumTypeOptions.Builder definition(java.util.List<java.lang.String> definition)
EnumTypeOptions.getDefinition()
definition
- the attributes of this type. This parameter is required.this
public EnumTypeOptions build()
EnumTypeOptions
java.lang.NullPointerException
- if any required attribute was not provided