Interface DeleteSlotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteSlotRequest.Builder,
,DeleteSlotRequest> LexModelsV2Request.Builder
,SdkBuilder<DeleteSlotRequest.Builder,
,DeleteSlotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteSlotRequest
public static interface DeleteSlotRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteSlotRequest.Builder,DeleteSlotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot associated with the slot to delete.botVersion
(String botVersion) The version of the bot associated with the slot to delete.The identifier of the intent associated with the slot.The identifier of the language and locale that the slot will be deleted from.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of the slot to delete.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
slotId
The identifier of the slot to delete.
- Parameters:
slotId
- The identifier of the slot to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
The identifier of the bot associated with the slot to delete.
- Parameters:
botId
- The identifier of the bot associated with the slot to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot associated with the slot to delete.
- Parameters:
botVersion
- The version of the bot associated with the slot to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 Supported languages.
- Parameters:
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 Supported languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentId
The identifier of the intent associated with the slot.
- Parameters:
intentId
- The identifier of the intent associated with the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSlotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteSlotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-