public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
| Modifier and Type | Method and Description |
|---|---|
Target.Builder |
targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
|
Target.Builder |
targetType(String targetType)
The target type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTarget.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.
targetType - The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS.
Chatbot clients are specified as AWSChatbotSlack.
Target.Builder targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.Copyright © 2022. All rights reserved.