Interface DescribeCustomVocabularyMetadataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeCustomVocabularyMetadataRequest.Builder,
,DescribeCustomVocabularyMetadataRequest> LexModelsV2Request.Builder
,SdkBuilder<DescribeCustomVocabularyMetadataRequest.Builder,
,DescribeCustomVocabularyMetadataRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeCustomVocabularyMetadataRequest
@Mutable
@NotThreadSafe
public static interface DescribeCustomVocabularyMetadataRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeCustomVocabularyMetadataRequest.Builder,DescribeCustomVocabularyMetadataRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot that contains the custom vocabulary.botVersion
(String botVersion) The bot version of the bot to return metadata for.The locale to return the custom vocabulary information for.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
botId
The unique identifier of the bot that contains the custom vocabulary.
- Parameters:
botId
- The unique identifier of the bot that contains the 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 return metadata for.
- Parameters:
botVersion
- The bot version of the bot to return metadata for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale to return the custom vocabulary information for. The locale must be
en_GB
.- Parameters:
localeId
- The locale to return the custom vocabulary information for. The locale must been_GB
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCustomVocabularyMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeCustomVocabularyMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-