Interface Target.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Target.Builder,,Target> SdkBuilder<Target.Builder,,Target> SdkPojo
- Enclosing class:
Target
@Mutable
@NotThreadSafe
public static interface Target.Builder
extends SdkPojo, CopyableBuilder<Target.Builder,Target>
-
Method Summary
Modifier and TypeMethodDescriptiontargetAddress(String targetAddress) The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications 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, sdkFieldNameToField, sdkFields
-
Method Details
-
targetType
The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
-
Amazon Q Developer in chat applications topics are specified as
SNS. -
Amazon Q Developer in chat applications clients are specified as
AWSChatbotSlack.
- Parameters:
targetType- The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.-
Amazon Q Developer in chat applications topics are specified as
SNS. -
Amazon Q Developer in chat applications 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 Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
- Parameters:
targetAddress- The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-