Interface ListCustomVocabularyItemsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListCustomVocabularyItemsRequest.Builder,ListCustomVocabularyItemsRequest>, LexModelsV2Request.Builder, SdkBuilder<ListCustomVocabularyItemsRequest.Builder,ListCustomVocabularyItemsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListCustomVocabularyItemsRequest

public static interface ListCustomVocabularyItemsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListCustomVocabularyItemsRequest.Builder,ListCustomVocabularyItemsRequest>
  • Method Details

    • 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

      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

      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

      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

      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.
    • overrideConfiguration

      ListCustomVocabularyItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.