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.Builder.parentSlotTypeSignature(String parentSlotTypeSignature) |
The built-in slot type used as a parent for the slot type.
|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations) |
Configuration information that extends the parent built-in slot type.
|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.slotTypeConfigurations(Consumer<SlotTypeConfiguration.Builder>... slotTypeConfigurations) |
Configuration information that extends the parent built-in slot type.
|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations) |
Configuration information that extends the parent built-in slot type.
|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.toBuilder() |
|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.valueSelectionStrategy(String valueSelectionStrategy) |
The strategy that Amazon Lex uses to determine the value of the slot.
|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.valueSelectionStrategy(SlotValueSelectionStrategy 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.
|