public static interface GetSlotTypeResponse.Builder extends LexModelBuildingResponse.Builder, CopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResponse.Builder |
checksum(String checksum)
Checksum of the
$LATEST version of the slot type. |
GetSlotTypeResponse.Builder |
createdDate(Instant createdDate)
The date that the slot type was created.
|
GetSlotTypeResponse.Builder |
description(String description)
A description of the slot type.
|
GetSlotTypeResponse.Builder |
enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResponse.Builder |
enumerationValues(Consumer<EnumerationValue.Builder>... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResponse.Builder |
enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated.
|
GetSlotTypeResponse.Builder |
name(String name)
The name of the slot type.
|
GetSlotTypeResponse.Builder |
valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
GetSlotTypeResponse.Builder |
valueSelectionStrategy(String valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot.
|
GetSlotTypeResponse.Builder |
version(String version)
The version of the slot type.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetSlotTypeResponse.Builder name(String name)
The name of the slot type.
name - The name of the slot type.GetSlotTypeResponse.Builder description(String description)
A description of the slot type.
description - A description of the slot type.GetSlotTypeResponse.Builder enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of EnumerationValue objects that defines the values that the slot type can take.
enumerationValues - A list of EnumerationValue objects that defines the values that the slot type can take.GetSlotTypeResponse.Builder enumerationValues(EnumerationValue... enumerationValues)
A list of EnumerationValue objects that defines the values that the slot type can take.
enumerationValues - A list of EnumerationValue objects that defines the values that the slot type can take.GetSlotTypeResponse.Builder enumerationValues(Consumer<EnumerationValue.Builder>... enumerationValues)
A list of EnumerationValue objects that defines the values that the slot type can take.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #enumerationValues(List) .enumerationValues - a consumer that will call methods on List.Builder #enumerationValues(List) GetSlotTypeResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.
lastUpdatedDate - The date that the slot type was updated. When you create a resource, the creation date and last update
date are the same.GetSlotTypeResponse.Builder createdDate(Instant createdDate)
The date that the slot type was created.
createdDate - The date that the slot type was created.GetSlotTypeResponse.Builder version(String version)
The version of the slot type.
version - The version of the slot type.GetSlotTypeResponse.Builder checksum(String checksum)
Checksum of the $LATEST version of the slot type.
checksum - Checksum of the $LATEST version of the slot type.GetSlotTypeResponse.Builder valueSelectionStrategy(String valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.
valueSelectionStrategy - The strategy that Amazon Lex uses to determine the value of the slot. For more information, see
PutSlotType.SlotValueSelectionStrategy,
SlotValueSelectionStrategyGetSlotTypeResponse.Builder valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy)
The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.
valueSelectionStrategy - The strategy that Amazon Lex uses to determine the value of the slot. For more information, see
PutSlotType.SlotValueSelectionStrategy,
SlotValueSelectionStrategyCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.