public static interface DeleteSlotRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteSlotRequest.Builder,DeleteSlotRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSlotRequest.Builder |
botId(String botId)
The identifier of the bot associated with the slot to delete.
|
DeleteSlotRequest.Builder |
botVersion(String botVersion)
The version of the bot associated with the slot to delete.
|
DeleteSlotRequest.Builder |
intentId(String intentId)
The identifier of the intent associated with the slot.
|
DeleteSlotRequest.Builder |
localeId(String localeId)
The identifier of the language and locale that the slot will be deleted from.
|
DeleteSlotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSlotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSlotRequest.Builder |
slotId(String slotId)
The identifier of the slot to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSlotRequest.Builder slotId(String slotId)
The identifier of the slot to delete.
slotId - The identifier of the slot to delete.DeleteSlotRequest.Builder botId(String botId)
The identifier of the bot associated with the slot to delete.
botId - The identifier of the bot associated with the slot to delete.DeleteSlotRequest.Builder botVersion(String botVersion)
The version of the bot associated with the slot to delete.
botVersion - The version of the bot associated with the slot to delete.DeleteSlotRequest.Builder localeId(String localeId)
The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
localeId - The identifier of the language and locale that the slot will be deleted from. The string must match
one of the supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.DeleteSlotRequest.Builder intentId(String intentId)
The identifier of the intent associated with the slot.
intentId - The identifier of the intent associated with the slot.DeleteSlotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSlotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.