Interface DescribeCustomVocabularyMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,
,DescribeCustomVocabularyMetadataResponse> LexModelsV2Response.Builder
,SdkBuilder<DescribeCustomVocabularyMetadataResponse.Builder,
,DescribeCustomVocabularyMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeCustomVocabularyMetadataResponse
@Mutable
@NotThreadSafe
public static interface DescribeCustomVocabularyMetadataResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot that contains the custom vocabulary.botVersion
(String botVersion) The version of the bot that contains the custom vocabulary to describe.creationDateTime
(Instant creationDateTime) The date and time that the custom vocabulary was created.customVocabularyStatus
(String customVocabularyStatus) The status of the custom vocabulary.customVocabularyStatus
(CustomVocabularyStatus customVocabularyStatus) The status of the custom vocabulary.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time that the custom vocabulary was last updated.The locale that contains the custom vocabulary to describe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
botId
The identifier of the bot that contains the custom vocabulary.
- Parameters:
botId
- The 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 version of the bot that contains the custom vocabulary to describe.
- Parameters:
botVersion
- The version of the bot that contains the custom vocabulary to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale that contains the custom vocabulary to describe.
- Parameters:
localeId
- The locale that contains the custom vocabulary to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customVocabularyStatus
DescribeCustomVocabularyMetadataResponse.Builder customVocabularyStatus(String customVocabularyStatus) The status of the custom vocabulary. If the status is
Ready
the custom vocabulary is ready to use.- Parameters:
customVocabularyStatus
- The status of the custom vocabulary. If the status isReady
the custom vocabulary is ready to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customVocabularyStatus
DescribeCustomVocabularyMetadataResponse.Builder customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus) The status of the custom vocabulary. If the status is
Ready
the custom vocabulary is ready to use.- Parameters:
customVocabularyStatus
- The status of the custom vocabulary. If the status isReady
the custom vocabulary is ready to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDateTime
The date and time that the custom vocabulary was created.
- Parameters:
creationDateTime
- The date and time that the custom vocabulary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The date and time that the custom vocabulary was last updated.
- Parameters:
lastUpdatedDateTime
- The date and time that the custom vocabulary was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-