Interface DescribeCustomVocabularyMetadataResponse.Builder

    • 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 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, 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.