Interface DeleteCustomVocabularyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteCustomVocabularyResponse.Builder,DeleteCustomVocabularyResponse>,LexModelsV2Response.Builder,SdkBuilder<DeleteCustomVocabularyResponse.Builder,DeleteCustomVocabularyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteCustomVocabularyResponse
public static interface DeleteCustomVocabularyResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteCustomVocabularyResponse.Builder,DeleteCustomVocabularyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomVocabularyResponse.BuilderbotId(String botId)The identifier of the bot that the custom vocabulary was removed from.DeleteCustomVocabularyResponse.BuilderbotVersion(String botVersion)The version of the bot that the custom vocabulary was removed from.DeleteCustomVocabularyResponse.BuildercustomVocabularyStatus(String customVocabularyStatus)The status of removing the custom vocabulary.DeleteCustomVocabularyResponse.BuildercustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)The status of removing the custom vocabulary.DeleteCustomVocabularyResponse.BuilderlocaleId(String localeId)The locale identifier for the locale that the custom vocabulary was removed from.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
botId
DeleteCustomVocabularyResponse.Builder botId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
- Parameters:
botId- The identifier of the bot that the custom vocabulary was removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
DeleteCustomVocabularyResponse.Builder botVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
- Parameters:
botVersion- The version of the bot that the custom vocabulary was removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteCustomVocabularyResponse.Builder localeId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
- Parameters:
localeId- The locale identifier for the locale that the custom vocabulary was removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customVocabularyStatus
DeleteCustomVocabularyResponse.Builder customVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
- Parameters:
customVocabularyStatus- The status of removing the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomVocabularyStatus,CustomVocabularyStatus
-
customVocabularyStatus
DeleteCustomVocabularyResponse.Builder customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
- Parameters:
customVocabularyStatus- The status of removing the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomVocabularyStatus,CustomVocabularyStatus
-
-