static PutSlotTypeRequest.Builder |
PutSlotTypeRequest.builder() |
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.checksum(String checksum) |
Identifies a specific revision of the $LATEST version.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.createVersion(Boolean createVersion) |
When set to true a new numbered version of the slot type is created.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.description(String description) |
A description of the slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues) |
A list of EnumerationValue objects that defines the values that the slot type can take.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(Consumer<EnumerationValue.Builder>... enumerationValues) |
A list of EnumerationValue objects that defines the values that the slot type can take.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(EnumerationValue... enumerationValues) |
A list of EnumerationValue objects that defines the values that the slot type can take.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.name(String name) |
The name of the slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.parentSlotTypeSignature(String parentSlotTypeSignature) |
The built-in slot type used as the parent of the slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations) |
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(Consumer<SlotTypeConfiguration.Builder>... slotTypeConfigurations) |
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations) |
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.toBuilder() |
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.valueSelectionStrategy(String valueSelectionStrategy) |
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.valueSelectionStrategy(SlotValueSelectionStrategy valueSelectionStrategy) |
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|