Interface BotVersionSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BotVersionSummary.Builder,BotVersionSummary>, SdkBuilder<BotVersionSummary.Builder,BotVersionSummary>, SdkPojo
Enclosing class:
BotVersionSummary

public static interface BotVersionSummary.Builder extends SdkPojo, CopyableBuilder<BotVersionSummary.Builder,BotVersionSummary>
  • Method Details

    • botName

      The name of the bot associated with the version.

      Parameters:
      botName - The name of the bot associated with the version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      BotVersionSummary.Builder botVersion(String botVersion)

      The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

      Parameters:
      botVersion - The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      BotVersionSummary.Builder description(String description)

      The description of the version.

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

      BotVersionSummary.Builder botStatus(String botStatus)

      The status of the bot. When the status is available, the version of the bot is ready for use.

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

      BotVersionSummary.Builder botStatus(BotStatus botStatus)

      The status of the bot. When the status is available, the version of the bot is ready for use.

      Parameters:
      botStatus - The status of the bot. When the status is available, the version of the bot is ready for use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationDateTime

      BotVersionSummary.Builder creationDateTime(Instant creationDateTime)

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

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