Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.DeleteSlotTypeRequest.Builder
-
Packages that use DeleteSlotTypeRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DeleteSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type DeleteSlotTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteSlotTypeResponse>LexModelsV2AsyncClient. deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)Deletes a slot type from a bot locale.default DeleteSlotTypeResponseLexModelsV2Client. deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)Deletes a slot type from a bot locale. -
Uses of DeleteSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DeleteSlotTypeRequest.Builder Modifier and Type Method Description DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. botId(String botId)The identifier of the bot associated with the slot type.DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. botVersion(String botVersion)The version of the bot associated with the slot type.static DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest. builder()DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. localeId(String localeId)The identifier of the language and locale that the slot type will be deleted from.DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. skipResourceInUseCheck(Boolean skipResourceInUseCheck)By default, theDeleteSlotTypeoperations throws aResourceInUseExceptionexception if you try to delete a slot type used by a slot.DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. slotTypeId(String slotTypeId)The identifier of the slot type to delete.DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type DeleteSlotTypeRequest.Builder Modifier and Type Method Description static Class<? extends DeleteSlotTypeRequest.Builder>DeleteSlotTypeRequest. serializableBuilderClass()
-