Interface BatchDeleteCustomVocabularyItemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteCustomVocabularyItemRequest.Builder,BatchDeleteCustomVocabularyItemRequest>,LexModelsV2Request.Builder,SdkBuilder<BatchDeleteCustomVocabularyItemRequest.Builder,BatchDeleteCustomVocabularyItemRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteCustomVocabularyItemRequest
public static interface BatchDeleteCustomVocabularyItemRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BatchDeleteCustomVocabularyItemRequest.Builder,BatchDeleteCustomVocabularyItemRequest>
-
-
Method Summary
-
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
BatchDeleteCustomVocabularyItemRequest.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
BatchDeleteCustomVocabularyItemRequest.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
BatchDeleteCustomVocabularyItemRequest.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 .
- 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 .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customVocabularyItemList
BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
- Parameters:
customVocabularyItemList- A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customVocabularyItemList
BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
- Parameters:
customVocabularyItemList- A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customVocabularyItemList
BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(Consumer<CustomVocabularyEntryId.Builder>... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
This is a convenience method that creates an instance of theCustomVocabularyEntryId.Builderavoiding the need to create one manually viaCustomVocabularyEntryId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customVocabularyItemList(List.) - Parameters:
customVocabularyItemList- a consumer that will call methods onCustomVocabularyEntryId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#customVocabularyItemList(java.util.Collection)
-
overrideConfiguration
BatchDeleteCustomVocabularyItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteCustomVocabularyItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-