Interface DeleteIntentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteIntentRequest.Builder,DeleteIntentRequest>,LexModelsV2Request.Builder,SdkBuilder<DeleteIntentRequest.Builder,DeleteIntentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteIntentRequest
public static interface DeleteIntentRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteIntentRequest.Builder,DeleteIntentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIntentRequest.BuilderbotId(String botId)The identifier of the bot associated with the intent.DeleteIntentRequest.BuilderbotVersion(String botVersion)The version of the bot associated with the intent.DeleteIntentRequest.BuilderintentId(String intentId)The unique identifier of the intent to delete.DeleteIntentRequest.BuilderlocaleId(String localeId)The identifier of the language and locale where the bot will be deleted.DeleteIntentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIntentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
intentId
DeleteIntentRequest.Builder intentId(String intentId)
The unique identifier of the intent to delete.
- Parameters:
intentId- The unique identifier of the intent to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
DeleteIntentRequest.Builder botId(String botId)
The identifier of the bot associated with the intent.
- Parameters:
botId- The identifier of the bot associated with the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
DeleteIntentRequest.Builder botVersion(String botVersion)
The version of the bot associated with the intent.
- Parameters:
botVersion- The version of the bot associated with the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteIntentRequest.Builder localeId(String localeId)
The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
- Parameters:
localeId- The identifier of the language and locale where the bot will be deleted. 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.
-
overrideConfiguration
DeleteIntentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIntentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-