Interface ListCustomVocabularyItemsRequest.Builder

    • Method Detail

      • botId

        ListCustomVocabularyItemsRequest.Builder botId​(String botId)

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

        Parameters:
        botId - 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.
      • botVersion

        ListCustomVocabularyItemsRequest.Builder botVersion​(String botVersion)

        The bot version of the bot to the list custom vocabulary request.

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

        ListCustomVocabularyItemsRequest.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.
      • maxResults

        ListCustomVocabularyItemsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items returned by the list operation.

        Parameters:
        maxResults - The maximum number of items returned by the list operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCustomVocabularyItemsRequest.Builder nextToken​(String nextToken)

        The nextToken identifier to the list custom vocabulary request.

        Parameters:
        nextToken - The nextToken identifier to the list custom vocabulary request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.