Interface BatchDeleteCustomVocabularyItemResponse.Builder

    • Method Detail

      • botId

        BatchDeleteCustomVocabularyItemResponse.Builder botId​(String botId)

        The identifier of the bot associated with this custom vocabulary.

        Parameters:
        botId - The identifier of the bot associated with this custom vocabulary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        BatchDeleteCustomVocabularyItemResponse.Builder botVersion​(String botVersion)

        The identifier of the version of the bot associated with this custom vocabulary.

        Parameters:
        botVersion - The identifier of the version of the bot associated with this custom vocabulary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        BatchDeleteCustomVocabularyItemResponse.Builder localeId​(String localeId)

        The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).

        Parameters:
        localeId - The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchDeleteCustomVocabularyItemResponse.Builder errors​(Collection<FailedCustomVocabularyItem> errors)

        A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.

        Parameters:
        errors - A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchDeleteCustomVocabularyItemResponse.Builder errors​(FailedCustomVocabularyItem... errors)

        A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.

        Parameters:
        errors - A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        BatchDeleteCustomVocabularyItemResponse.Builder resources​(Collection<CustomVocabularyItem> resources)

        A list of custom vocabulary items that were successfully deleted during the operation.

        Parameters:
        resources - A list of custom vocabulary items that were successfully deleted during the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        BatchDeleteCustomVocabularyItemResponse.Builder resources​(CustomVocabularyItem... resources)

        A list of custom vocabulary items that were successfully deleted during the operation.

        Parameters:
        resources - A list of custom vocabulary items that were successfully deleted during the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.