Interface Target.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Target.Builder,Target>, SdkBuilder<Target.Builder,Target>, SdkPojo
Enclosing class:
Target

public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
  • Method Details

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