Interface DeleteTargetRequest.Builder

    • Method Detail

      • targetAddress

        DeleteTargetRequest.Builder targetAddress​(String targetAddress)

        The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.

        Parameters:
        targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forceUnsubscribeAll

        DeleteTargetRequest.Builder forceUnsubscribeAll​(Boolean forceUnsubscribeAll)

        A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.

        Parameters:
        forceUnsubscribeAll - A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.