JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class DeleteBotAliasRequest

    • Constructor Detail

      • DeleteBotAliasRequest

        public DeleteBotAliasRequest()
    • Method Detail

      • setBotAliasId

        public void setBotAliasId(String botAliasId)

        The unique identifier of the bot alias to delete.

        Parameters:
        botAliasId - The unique identifier of the bot alias to delete.
      • getBotAliasId

        public String getBotAliasId()

        The unique identifier of the bot alias to delete.

        Returns:
        The unique identifier of the bot alias to delete.
      • withBotAliasId

        public DeleteBotAliasRequest withBotAliasId(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.
      • setBotId

        public void setBotId(String 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.
      • getBotId

        public String getBotId()

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

        Returns:
        The unique identifier of the bot associated with the alias to delete.
      • withBotId

        public DeleteBotAliasRequest withBotId(String 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.
      • setSkipResourceInUseCheck

        public void setSkipResourceInUseCheck(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.
      • getSkipResourceInUseCheck

        public Boolean getSkipResourceInUseCheck()

        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:
        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.
      • withSkipResourceInUseCheck

        public DeleteBotAliasRequest withSkipResourceInUseCheck(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.
      • isSkipResourceInUseCheck

        public Boolean isSkipResourceInUseCheck()

        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:
        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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /