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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSlotRequest.BuilderbotId(String botId)The identifier of the bot associated with the slot to delete.DeleteSlotRequest.BuilderbotVersion(String botVersion)The version of the bot associated with the slot to delete.DeleteSlotRequest.BuilderintentId(String intentId)The identifier of the intent associated with the slot.DeleteSlotRequest.BuilderlocaleId(String localeId)The identifier of the language and locale that the slot will be deleted from.DeleteSlotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSlotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSlotRequest.BuilderslotId(String slotId)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 Detail
-
slotId
DeleteSlotRequest.Builder slotId(String 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
DeleteSlotRequest.Builder botId(String 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
DeleteSlotRequest.Builder botVersion(String 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
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 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
DeleteSlotRequest.Builder intentId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSlotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-