| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static PutSlotTypeResponse.Builder |
PutSlotTypeResponse.builder() |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.checksum(String checksum)
Checksum of the
$LATEST version of the slot type. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.createdDate(Instant createdDate)
The date that the slot type was created.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.createVersion(Boolean createVersion)
True if a new version of the slot type was created. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.description(String description)
A description of the slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.enumerationValues(Consumer<EnumerationValue.Builder>... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.name(String name)
The name of the slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.parentSlotTypeSignature(String parentSlotTypeSignature)
The built-in slot type used as the parent of the slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.slotTypeConfigurations(Consumer<SlotTypeConfiguration.Builder>... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.toBuilder() |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.valueSelectionStrategy(String valueSelectionStrategy)
The slot resolution strategy that Amazon Lex uses to determine the value of the slot.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.version(String version)
The version of the slot type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutSlotTypeResponse.Builder> |
PutSlotTypeResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.