public static interface DescribeSlotTypeRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeSlotTypeRequest.Builder,DescribeSlotTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotTypeRequest.Builder |
botId(String botId)
The identifier of the bot associated with the slot type.
|
DescribeSlotTypeRequest.Builder |
botVersion(String botVersion)
The version of the bot associated with the slot type.
|
DescribeSlotTypeRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the slot type to describe.
|
DescribeSlotTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSlotTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSlotTypeRequest.Builder |
slotTypeId(String slotTypeId)
The identifier of the slot type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSlotTypeRequest.Builder slotTypeId(String slotTypeId)
The identifier of the slot type.
slotTypeId - The identifier of the slot type.DescribeSlotTypeRequest.Builder botId(String botId)
The identifier of the bot associated with the slot type.
botId - The identifier of the bot associated with the slot type.DescribeSlotTypeRequest.Builder botVersion(String botVersion)
The version of the bot associated with the slot type.
botVersion - The version of the bot associated with the slot type.DescribeSlotTypeRequest.Builder localeId(String localeId)
The identifier of the language and locale of the slot type to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale of the slot type to describe. The string must match one of
the supported locales. For more information, see Supported languages.DescribeSlotTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSlotTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.