public static interface DeleteSlotTypeRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteSlotTypeRequest.Builder,DeleteSlotTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSlotTypeRequest.Builder |
botId(String botId)
The identifier of the bot associated with the slot type.
|
DeleteSlotTypeRequest.Builder |
botVersion(String botVersion)
The version of the bot associated with the slot type.
|
DeleteSlotTypeRequest.Builder |
localeId(String localeId)
The identifier of the language and locale that the slot type will be deleted from.
|
DeleteSlotTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSlotTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSlotTypeRequest.Builder |
skipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, the
DeleteSlotType operations throws a ResourceInUseException exception
if you try to delete a slot type used by a slot. |
DeleteSlotTypeRequest.Builder |
slotTypeId(String slotTypeId)
The identifier of the slot type to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSlotTypeRequest.Builder slotTypeId(String slotTypeId)
The identifier of the slot type to delete.
slotTypeId - The identifier of the slot type to delete.DeleteSlotTypeRequest.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.DeleteSlotTypeRequest.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.DeleteSlotTypeRequest.Builder localeId(String localeId)
The identifier of the language and locale that the slot type will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale that the slot type will be deleted from. The string must
match one of the supported locales. For more information, see Supported languages.DeleteSlotTypeRequest.Builder skipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, the DeleteSlotType operations throws a ResourceInUseException exception
if you try to delete a slot type used by a slot. Set the skipResourceInUseCheck parameter to
true to skip this check and remove the slot type even if a slot uses it.
skipResourceInUseCheck - By default, the DeleteSlotType operations throws a ResourceInUseException
exception if you try to delete a slot type used by a slot. Set the skipResourceInUseCheck
parameter to true to skip this check and remove the slot type even if a slot uses it.DeleteSlotTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSlotTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.