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 Details

    • 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

      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

      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

      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: