| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.builder() |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.checksum(String checksum)
Checksum of the
$LATEST version of the slot type. |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.createdDate(Instant createdDate)
The date that the slot type was created.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.description(String description)
A description of the slot type.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.enumerationValues(Consumer<EnumerationValue.Builder>... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.name(String name)
The name of the slot type.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.toBuilder() |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.valueSelectionStrategy(String valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.version(String version)
The version assigned to the new slot type version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSlotTypeVersionResponse.Builder> |
CreateSlotTypeVersionResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.