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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomVocabularyItemsRequest.BuilderbotId(String botId)The identifier of the version of the bot associated with this custom vocabulary.ListCustomVocabularyItemsRequest.BuilderbotVersion(String botVersion)The bot version of the bot to the list custom vocabulary request.ListCustomVocabularyItemsRequest.BuilderlocaleId(String localeId)The identifier of the language and locale where this custom vocabulary is used.ListCustomVocabularyItemsRequest.BuildermaxResults(Integer maxResults)The maximum number of items returned by the list operation.ListCustomVocabularyItemsRequest.BuildernextToken(String nextToken)The nextToken identifier to the list custom vocabulary request.ListCustomVocabularyItemsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomVocabularyItemsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
overrideConfiguration
ListCustomVocabularyItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomVocabularyItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-