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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Target.BuildertargetAddress(String targetAddress)The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.Target.BuildertargetType(String targetType)The target type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-