Interface UpdateBotRequest.Builder

  • Method Details

    • networkId

      UpdateBotRequest.Builder networkId(String networkId)

      The ID of the Wickr network containing the bot to update.

      Parameters:
      networkId - The ID of the Wickr network containing the bot to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botId

      The unique identifier of the bot to update.

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

      UpdateBotRequest.Builder displayName(String displayName)

      The new display name for the bot.

      Parameters:
      displayName - The new display name for the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupId

      UpdateBotRequest.Builder groupId(String groupId)

      The ID of the new security group to assign the bot to.

      Parameters:
      groupId - The ID of the new security group to assign the bot to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • challenge

      UpdateBotRequest.Builder challenge(String challenge)

      The new password for the bot account.

      Parameters:
      challenge - The new password for the bot account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suspend

      Set to true to suspend the bot or false to unsuspend it. Omit this field for standard updates that don't affect suspension status.

      Parameters:
      suspend - Set to true to suspend the bot or false to unsuspend it. Omit this field for standard updates that don't affect suspension status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.