Interface DescribeCustomVocabularyMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>,LexModelsV2Response.Builder,SdkBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeCustomVocabularyMetadataResponse
public static interface DescribeCustomVocabularyMetadataResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCustomVocabularyMetadataResponse.BuilderbotId(String botId)The identifier of the bot that contains the custom vocabulary.DescribeCustomVocabularyMetadataResponse.BuilderbotVersion(String botVersion)The version of the bot that contains the custom vocabulary to describe.DescribeCustomVocabularyMetadataResponse.BuildercreationDateTime(Instant creationDateTime)The date and time that the custom vocabulary was created.DescribeCustomVocabularyMetadataResponse.BuildercustomVocabularyStatus(String customVocabularyStatus)The status of the custom vocabulary.DescribeCustomVocabularyMetadataResponse.BuildercustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)The status of the custom vocabulary.DescribeCustomVocabularyMetadataResponse.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time that the custom vocabulary was last updated.DescribeCustomVocabularyMetadataResponse.BuilderlocaleId(String localeId)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
botId
DescribeCustomVocabularyMetadataResponse.Builder botId(String 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
DescribeCustomVocabularyMetadataResponse.Builder botVersion(String 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
DescribeCustomVocabularyMetadataResponse.Builder localeId(String 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
Readythe custom vocabulary is ready to use.- Parameters:
customVocabularyStatus- The status of the custom vocabulary. If the status isReadythe custom vocabulary is ready to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomVocabularyStatus,CustomVocabularyStatus
-
customVocabularyStatus
DescribeCustomVocabularyMetadataResponse.Builder customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of the custom vocabulary. If the status is
Readythe custom vocabulary is ready to use.- Parameters:
customVocabularyStatus- The status of the custom vocabulary. If the status isReadythe custom vocabulary is ready to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomVocabularyStatus,CustomVocabularyStatus
-
creationDateTime
DescribeCustomVocabularyMetadataResponse.Builder creationDateTime(Instant 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
DescribeCustomVocabularyMetadataResponse.Builder lastUpdatedDateTime(Instant 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.
-
-