Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SlotTypeSummary.Builder
-
Packages that use SlotTypeSummary.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotTypeSummary.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotTypeSummary.Builder Modifier and Type Method Description static SlotTypeSummary.BuilderSlotTypeSummary. builder()SlotTypeSummary.BuilderSlotTypeSummary.Builder. description(String description)The description of the slot type.SlotTypeSummary.BuilderSlotTypeSummary.Builder. lastUpdatedDateTime(Instant lastUpdatedDateTime)A timestamp of the date and time that the slot type was last updated.SlotTypeSummary.BuilderSlotTypeSummary.Builder. parentSlotTypeSignature(String parentSlotTypeSignature)If the slot type is derived from a built-on slot type, the name of the parent slot type.SlotTypeSummary.BuilderSlotTypeSummary.Builder. slotTypeCategory(String slotTypeCategory)Indicates the type of the slot type.SlotTypeSummary.BuilderSlotTypeSummary.Builder. slotTypeCategory(SlotTypeCategory slotTypeCategory)Indicates the type of the slot type.SlotTypeSummary.BuilderSlotTypeSummary.Builder. slotTypeId(String slotTypeId)The unique identifier assigned to the slot type.SlotTypeSummary.BuilderSlotTypeSummary.Builder. slotTypeName(String slotTypeName)The name of the slot type.SlotTypeSummary.BuilderSlotTypeSummary. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotTypeSummary.Builder Modifier and Type Method Description static Class<? extends SlotTypeSummary.Builder>SlotTypeSummary. serializableBuilderClass()
-