Interface Target.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Target.Builder,,Target> SdkBuilder<Target.Builder,,Target> SdkPojo
- Enclosing class:
Target
-
Method Summary
Modifier and TypeMethodDescriptiontargetAddress(String targetAddress) The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.targetType(String targetType) The target type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-