Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.SlotDefaultValue.Builder
-
Packages that use SlotDefaultValue.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotDefaultValue.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return SlotDefaultValue.Builder Modifier and Type Method Description static SlotDefaultValue.BuilderSlotDefaultValue. builder()SlotDefaultValue.BuilderSlotDefaultValue.Builder. defaultValue(String defaultValue)The default value for the slot.SlotDefaultValue.BuilderSlotDefaultValue. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type SlotDefaultValue.Builder Modifier and Type Method Description static Class<? extends SlotDefaultValue.Builder>SlotDefaultValue. serializableBuilderClass()
-