| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotTypeSummary.Builder |
SlotTypeSummary.builder() |
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.description(String description)
The description of the slot type.
|
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.parentSlotTypeSignature(String parentSlotTypeSignature)
If the slot type is derived from a built-on slot type, the name of the parent slot type.
|
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.slotTypeCategory(SlotTypeCategory slotTypeCategory)
Indicates the type of the slot type.
|
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.slotTypeCategory(String slotTypeCategory)
Indicates the type of the slot type.
|
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.slotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
|
SlotTypeSummary.Builder |
SlotTypeSummary.Builder.slotTypeName(String slotTypeName)
The name of the slot type.
|
SlotTypeSummary.Builder |
SlotTypeSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlotTypeSummary.Builder> |
SlotTypeSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.