Interface BotLocaleSummary.Builder

    • Method Detail

      • localeId

        BotLocaleSummary.Builder localeId​(String localeId)

        The language and locale of the bot locale.

        Parameters:
        localeId - The language and locale of the bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeName

        BotLocaleSummary.Builder localeName​(String localeName)

        The name of the bot locale.

        Parameters:
        localeName - The name of the bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        BotLocaleSummary.Builder description​(String description)

        The description of the bot locale.

        Parameters:
        description - The description of the bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botLocaleStatus

        BotLocaleSummary.Builder botLocaleStatus​(String botLocaleStatus)

        The current status of the bot locale. When the status is Built the locale is ready for use.

        Parameters:
        botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotLocaleStatus, BotLocaleStatus
      • botLocaleStatus

        BotLocaleSummary.Builder botLocaleStatus​(BotLocaleStatus botLocaleStatus)

        The current status of the bot locale. When the status is Built the locale is ready for use.

        Parameters:
        botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotLocaleStatus, BotLocaleStatus
      • lastUpdatedDateTime

        BotLocaleSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        A timestamp of the date and time that the bot locale was last updated.

        Parameters:
        lastUpdatedDateTime - A timestamp of the date and time that the bot locale was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastBuildSubmittedDateTime

        BotLocaleSummary.Builder lastBuildSubmittedDateTime​(Instant lastBuildSubmittedDateTime)

        A timestamp of the date and time that the bot locale was last built.

        Parameters:
        lastBuildSubmittedDateTime - A timestamp of the date and time that the bot locale was last built.
        Returns:
        Returns a reference to this object so that method calls can be chained together.