Interface DescribeCustomVocabularyMetadataResponse.Builder

  • 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 is Ready 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 is Ready 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

      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.