Interface CreateBotResponse.Builder

    • Method Detail

      • botId

        CreateBotResponse.Builder botId​(String botId)

        A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.

        Parameters:
        botId - A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botName

        CreateBotResponse.Builder botName​(String botName)

        The name specified for the bot.

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

        CreateBotResponse.Builder description​(String description)

        The description specified for the bot.

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

        CreateBotResponse.Builder roleArn​(String roleArn)

        The IAM role specified for the bot.

        Parameters:
        roleArn - The IAM role specified for the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataPrivacy

        CreateBotResponse.Builder dataPrivacy​(DataPrivacy dataPrivacy)

        The data privacy settings specified for the bot.

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

        CreateBotResponse.Builder idleSessionTTLInSeconds​(Integer idleSessionTTLInSeconds)

        The session idle time specified for the bot.

        Parameters:
        idleSessionTTLInSeconds - The session idle time specified for the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botStatus

        CreateBotResponse.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

        CreateBotResponse.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

        CreateBotResponse.Builder creationDateTime​(Instant creationDateTime)

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

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

        CreateBotResponse.Builder botTags​(Map<String,​String> botTags)

        A list of tags associated with the bot.

        Parameters:
        botTags - A list of tags associated with the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testBotAliasTags

        CreateBotResponse.Builder testBotAliasTags​(Map<String,​String> testBotAliasTags)

        A list of tags associated with the test alias for the bot.

        Parameters:
        testBotAliasTags - A list of tags associated with the test alias for the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botType

        CreateBotResponse.Builder botType​(String botType)

        The type of a bot that was created.

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

        CreateBotResponse.Builder botType​(BotType botType)

        The type of a bot that was created.

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

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

        The list of bots in a network that was created.

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

        CreateBotResponse.Builder botMembers​(BotMember... botMembers)

        The list of bots in a network that was created.

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