Interface DeleteBotAliasRequest.Builder

  • Method Details

    • botAliasId

      DeleteBotAliasRequest.Builder botAliasId(String botAliasId)

      The unique identifier of the bot alias to delete.

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

      The unique identifier of the bot associated with the alias to delete.

      Parameters:
      botId - The unique identifier of the bot associated with the alias to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skipResourceInUseCheck

      DeleteBotAliasRequest.Builder skipResourceInUseCheck(Boolean skipResourceInUseCheck)

      By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is deleted and throws a ResourceInUseException exception if the alias is being used by another resource. Set this parameter to true to skip this check and remove the alias even if it is being used by another resource.

      Parameters:
      skipResourceInUseCheck - By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is deleted and throws a ResourceInUseException exception if the alias is being used by another resource. Set this parameter to true to skip this check and remove the alias even if it is being used by another resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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