Interface UpdateBotResponse.Builder

    • Method Detail

      • botId

        UpdateBotResponse.Builder botId​(String botId)

        The unique identifier of the bot that was updated.

        Parameters:
        botId - The unique identifier of the bot that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botName

        UpdateBotResponse.Builder botName​(String botName)

        The name of the bot after the update.

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

        UpdateBotResponse.Builder description​(String description)

        The description of the bot after the update.

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

        UpdateBotResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataPrivacy

        UpdateBotResponse.Builder dataPrivacy​(DataPrivacy dataPrivacy)

        The data privacy settings for the bot after the update.

        Parameters:
        dataPrivacy - The data privacy settings for the bot after the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idleSessionTTLInSeconds

        UpdateBotResponse.Builder idleSessionTTLInSeconds​(Integer idleSessionTTLInSeconds)

        The session timeout, in seconds, for the bot after the update.

        Parameters:
        idleSessionTTLInSeconds - The session timeout, in seconds, for the bot after the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botStatus

        UpdateBotResponse.Builder botStatus​(String botStatus)

        Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.

        Parameters:
        botStatus - Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus, BotStatus
      • botStatus

        UpdateBotResponse.Builder botStatus​(BotStatus botStatus)

        Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.

        Parameters:
        botStatus - Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus, BotStatus
      • creationDateTime

        UpdateBotResponse.Builder creationDateTime​(Instant creationDateTime)

        A timestamp of the date and time that the bot was created.

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

        UpdateBotResponse.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

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

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

        UpdateBotResponse.Builder botType​(String botType)

        The type of the bot that was updated.

        Parameters:
        botType - The type of the bot that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotType, BotType
      • botType

        UpdateBotResponse.Builder botType​(BotType botType)

        The type of the bot that was updated.

        Parameters:
        botType - The type of the bot that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotType, BotType
      • botMembers

        UpdateBotResponse.Builder botMembers​(Collection<BotMember> botMembers)

        The list of bot members in the network that was updated.

        Parameters:
        botMembers - The list of bot members in the network that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botMembers

        UpdateBotResponse.Builder botMembers​(BotMember... botMembers)

        The list of bot members in the network that was updated.

        Parameters:
        botMembers - The list of bot members in the network that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.