Interface Target.Builder

    • Method Detail

      • targetType

        Target.Builder targetType​(String targetType)

        The target type. Can be an Chatbot topic or Chatbot client.

        • Chatbot topics are specified as SNS.

        • Chatbot clients are specified as AWSChatbotSlack.

        Parameters:
        targetType - The target type. Can be an Chatbot topic or Chatbot client.

        • Chatbot topics are specified as SNS.

        • Chatbot clients are specified as AWSChatbotSlack.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetAddress

        Target.Builder targetAddress​(String targetAddress)

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

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