Interface TargetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetSummary.Builder,
,TargetSummary> SdkBuilder<TargetSummary.Builder,
,TargetSummary> SdkPojo
- Enclosing class:
TargetSummary
public static interface TargetSummary.Builder
extends SdkPojo, CopyableBuilder<TargetSummary.Builder,TargetSummary>
-
Method Summary
Modifier and TypeMethodDescriptiontargetAddress
(String targetAddress) The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.targetStatus
(String targetStatus) The status of the target.targetStatus
(TargetStatus targetStatus) The status of the target.targetType
(String targetType) The type of the target (for example,SNS
).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 Details
-
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.
-
targetType
The type of the target (for example,
SNS
).-
Chatbot topics are specified as
SNS
. -
Chatbot clients are specified as
AWSChatbotSlack
.
- Parameters:
targetType
- The type of the target (for example,SNS
).-
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.
-
-
targetStatus
The status of the target.
- Parameters:
targetStatus
- The status of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetStatus
The status of the target.
- Parameters:
targetStatus
- The status of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-