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