Interface BotAliasMetadata.Builder

    • Method Detail

      • name

        BotAliasMetadata.Builder name​(String name)

        The name of the bot alias.

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

        BotAliasMetadata.Builder description​(String description)

        A description of the bot alias.

        Parameters:
        description - A description of the bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        BotAliasMetadata.Builder botVersion​(String botVersion)

        The version of the Amazon Lex bot to which the alias points.

        Parameters:
        botVersion - The version of the Amazon Lex bot to which the alias points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botName

        BotAliasMetadata.Builder botName​(String botName)

        The name of the bot to which the alias points.

        Parameters:
        botName - The name of the bot to which the alias points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDate

        BotAliasMetadata.Builder lastUpdatedDate​(Instant lastUpdatedDate)

        The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.

        Parameters:
        lastUpdatedDate - The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        BotAliasMetadata.Builder createdDate​(Instant createdDate)

        The date that the bot alias was created.

        Parameters:
        createdDate - The date that the bot alias was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        BotAliasMetadata.Builder checksum​(String checksum)

        Checksum of the bot alias.

        Parameters:
        checksum - Checksum of the bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conversationLogs

        BotAliasMetadata.Builder conversationLogs​(ConversationLogsResponse conversationLogs)

        Settings that determine how Amazon Lex uses conversation logs for the alias.

        Parameters:
        conversationLogs - Settings that determine how Amazon Lex uses conversation logs for the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.